org.granite.messaging.jmf
Interface SharedContext

All Known Implementing Classes:
DefaultSharedContext

public interface SharedContext

Author:
Franck WOLFF

Method Summary
 String getAlias(String className)
           
 CodecRegistry getCodecRegistry()
           
 List<String> getDefaultStoredStrings()
           
 Reflection getReflection()
           
 

Method Detail

getCodecRegistry

CodecRegistry getCodecRegistry()

getReflection

Reflection getReflection()

getDefaultStoredStrings

List<String> getDefaultStoredStrings()

getAlias

String getAlias(String className)