org.granite.client.tide.data.impl
Class RemoteInitializerImpl

java.lang.Object
  extended by org.granite.client.tide.data.impl.RemoteInitializerImpl
All Implemented Interfaces:
RemoteInitializer

public class RemoteInitializerImpl
extends Object
implements RemoteInitializer

Author:
William DRAI

Nested Class Summary
 class RemoteInitializerImpl.DoInitializeObjects
           
 class RemoteInitializerImpl.InitializerListener
           
 
Constructor Summary
RemoteInitializerImpl(Context context)
           
 
Method Summary
 boolean initializeObject(ServerSession serverSession, Object object)
          
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInitializerImpl

public RemoteInitializerImpl(Context context)
Method Detail

setEnabled

public void setEnabled(boolean enabled)
Specified by:
setEnabled in interface RemoteInitializer

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface RemoteInitializer

initializeObject

public boolean initializeObject(ServerSession serverSession,
                                Object object)

Specified by:
initializeObject in interface RemoteInitializer
object - a lazy loaded object