Uses of Interface
org.commonreality.participant.addressing.IAddressingInformation

Packages that use IAddressingInformation
org.commonreality.agents   
org.commonreality.message.request.connect   
org.commonreality.participant.addressing.impl   
org.commonreality.participant.impl   
org.commonreality.reality.impl   
org.commonreality.reality.impl.handler   
org.commonreality.sensors   
 

Uses of IAddressingInformation in org.commonreality.agents
 

Methods in org.commonreality.agents that return IAddressingInformation
 IAddressingInformation AbstractAgent.getAddressingInformation()
          by default, we dont accept connections so return null
 

Uses of IAddressingInformation in org.commonreality.message.request.connect
 

Methods in org.commonreality.message.request.connect that return IAddressingInformation
 IAddressingInformation IConnectionRequest.getAddressingInformation()
           
 IAddressingInformation ConnectionRequest.getAddressingInformation()
           
 

Constructors in org.commonreality.message.request.connect with parameters of type IAddressingInformation
ConnectionRequest(java.lang.String requestedName, IIdentifier.Type type, ICredentials credentials, IAddressingInformation address)
           
 

Uses of IAddressingInformation in org.commonreality.participant.addressing.impl
 

Classes in org.commonreality.participant.addressing.impl that implement IAddressingInformation
 class BasicAddressingInformation
           
 

Uses of IAddressingInformation in org.commonreality.participant.impl
 

Methods in org.commonreality.participant.impl that return IAddressingInformation
abstract  IAddressingInformation AbstractParticipant.getAddressingInformation()
           
 

Uses of IAddressingInformation in org.commonreality.reality.impl
 

Methods in org.commonreality.reality.impl that return IAddressingInformation
 IAddressingInformation DefaultReality.getAddressingInformation()
           
 

Uses of IAddressingInformation in org.commonreality.reality.impl.handler
 

Methods in org.commonreality.reality.impl.handler that return IAddressingInformation
 IAddressingInformation ConnectionTracker.getAddressingInformation(IIdentifier identifier)
           
 

Methods in org.commonreality.reality.impl.handler with parameters of type IAddressingInformation
 IIdentifier ConnectionTracker.acceptConnection(ICredentials credentials, org.apache.mina.common.IoSession session, IAddressingInformation addressInfo, IIdentifier template)
           
 void ConnectionTracker.validateAddressing(org.apache.mina.common.IoSession session, IAddressingInformation address)
           
 

Uses of IAddressingInformation in org.commonreality.sensors
 

Methods in org.commonreality.sensors that return IAddressingInformation
 IAddressingInformation AbstractSensor.getAddressingInformation()
          by default, we dont open any listeners, so we return null