Uses of Class
org.granite.messaging.reflect.Reflection

Packages that use Reflection
org.granite.config   
org.granite.messaging.jmf   
 

Uses of Reflection in org.granite.config
 

Methods in org.granite.config that return Reflection
 Reflection GraniteConfig.getJmfReflection()
           
 

Uses of Reflection in org.granite.messaging.jmf
 

Fields in org.granite.messaging.jmf declared as Reflection
protected  Reflection DefaultSharedContext.reflection
           
 

Methods in org.granite.messaging.jmf that return Reflection
 Reflection DefaultSharedContext.getReflection()
           
 Reflection ExtendedObjectInput.getReflection()
          Return the Reflection registered in the global JMF SharedContext.
 Reflection ExtendedObjectOutput.getReflection()
          Return the Reflection registered in the global JMF SharedContext.
 Reflection JMFDeserializer.getReflection()
           
 Reflection JMFSerializer.getReflection()
           
 Reflection SharedContext.getReflection()
           
 

Constructors in org.granite.messaging.jmf with parameters of type Reflection
DefaultSharedContext(CodecRegistry codecRegistry, List<String> defaultStoredStrings, Reflection reflection, AliasRegistry aliasRegistry)