org.granite.messaging.jmf
Interface SharedContext

All Known Subinterfaces:
ClientSharedContext
All Known Implementing Classes:
DefaultClientSharedContext, DefaultSharedContext

public interface SharedContext

Author:
Franck WOLFF

Method Summary
 AliasRegistry getAliasRegistry()
           
 String getClassName(String remoteAlias)
           
 CodecRegistry getCodecRegistry()
           
 List<String> getDefaultStoredStrings()
           
 Reflection getReflection()
           
 String getRemoteAlias(String className)
           
 

Method Detail

getCodecRegistry

CodecRegistry getCodecRegistry()

getReflection

Reflection getReflection()

getDefaultStoredStrings

List<String> getDefaultStoredStrings()

getAliasRegistry

AliasRegistry getAliasRegistry()

getRemoteAlias

String getRemoteAlias(String className)

getClassName

String getClassName(String remoteAlias)