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

Packages that use Reflection
org.granite.client.messaging.channel   
org.granite.client.messaging.jmf   
org.granite.client.persistence   
org.granite.client.platform   
org.granite.config   
org.granite.messaging.jmf   
 

Uses of Reflection in org.granite.client.messaging.channel
 

Methods in org.granite.client.messaging.channel that return Reflection
 Reflection JMFChannelFactory.getReflection()
           
 

Methods in org.granite.client.messaging.channel with parameters of type Reflection
 void JMFChannelFactory.setReflection(Reflection reflection)
           
 

Uses of Reflection in org.granite.client.messaging.jmf
 

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

Uses of Reflection in org.granite.client.persistence
 

Constructors in org.granite.client.persistence with parameters of type Reflection
Persistence(Reflection reflection)
           
 

Uses of Reflection in org.granite.client.platform
 

Fields in org.granite.client.platform declared as Reflection
protected  Reflection Platform.reflection
           
 

Methods in org.granite.client.platform that return Reflection
 Reflection Platform.getReflection()
           
static Reflection Platform.reflection()
           
 

Constructors in org.granite.client.platform with parameters of type Reflection
Platform(Reflection reflection)
           
 

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)