public class RemoteInitializerImpl extends Object implements RemoteInitializer
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteInitializerImpl.DoInitializeObjects |
class |
RemoteInitializerImpl.InitializerListener |
| Constructor and Description |
|---|
RemoteInitializerImpl(Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
initializeObject(ServerSession serverSession,
Object entity,
String propertyName,
Object object)
Trigger remote initialization of an object
|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
public RemoteInitializerImpl(Context context)
public void setEnabled(boolean enabled)
setEnabled in interface RemoteInitializerpublic boolean isEnabled()
isEnabled in interface RemoteInitializerpublic boolean initializeObject(ServerSession serverSession, Object entity, String propertyName, Object object)
initializeObject in interface RemoteInitializerobject - a lazy loaded object