org.granite.client.platform
Class Platform
java.lang.Object
org.granite.client.platform.Platform
public class Platform
- extends Object
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_PROPERTY_KEY
public static final String SYSTEM_PROPERTY_KEY
instance
protected static Platform instance
reflection
protected final Reflection reflection
persistence
protected final Persistence persistence
context
protected Object context
Platform
public Platform()
Platform
public Platform(ClassLoader reflectionClassLoader)
Platform
public Platform(Reflection reflection)
getInstance
public static Platform getInstance()
initInstance
public static Platform initInstance(ClassLoader platformClassLoader)
initInstance
public static Platform initInstance(String platformClassName)
initInstance
public static Platform initInstance(String platformClassName,
ClassLoader platformClassLoader)
initInstance
public static Platform initInstance(String platformClassName,
ClassLoader platformClassLoader,
ClassLoader reflectionClassLoader)
getContext
public Object getContext()
setContext
public void setContext(Object context)
newRemoteAliasScanner
public RemoteAliasScanner newRemoteAliasScanner()
getReflection
public Reflection getReflection()
newConfiguration
public Configuration newConfiguration()
newRemotingTransport
public Transport newRemotingTransport()
newMessagingTransport
public Transport newMessagingTransport()
getPersistence
public Persistence getPersistence()
reflection
public static Reflection reflection()
persistence
public static Persistence persistence()