org.granite.messaging.jmf
Class DefaultSharedContext
java.lang.Object
org.granite.messaging.jmf.DefaultSharedContext
- All Implemented Interfaces:
- SharedContext
public class DefaultSharedContext
- extends Object
- implements SharedContext
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVA_DEFAULT_STORED_STRINGS
protected static List<String> JAVA_DEFAULT_STORED_STRINGS
codecRegistry
protected final CodecRegistry codecRegistry
reflection
protected final Reflection reflection
defaultStoredStrings
protected final List<String> defaultStoredStrings
DefaultSharedContext
public DefaultSharedContext()
DefaultSharedContext
public DefaultSharedContext(CodecRegistry codecRegistry)
DefaultSharedContext
public DefaultSharedContext(CodecRegistry codecRegistry,
ClassLoader classLoader)
DefaultSharedContext
public DefaultSharedContext(CodecRegistry codecRegistry,
ClassLoader classLoader,
List<String> defaultStoredStrings)
getCodecRegistry
public CodecRegistry getCodecRegistry()
- Specified by:
getCodecRegistry in interface SharedContext
getReflection
public Reflection getReflection()
- Specified by:
getReflection in interface SharedContext
getDefaultStoredStrings
public List<String> getDefaultStoredStrings()
- Specified by:
getDefaultStoredStrings in interface SharedContext
getAlias
public String getAlias(String className)
- Specified by:
getAlias in interface SharedContext