Uses of Interface
org.exolab.jms.net.connector.Caller

Packages that use Caller
org.exolab.jms.net.connector Connector framework 
org.exolab.jms.net.multiplexer Abstract connector that multiplexes data over a physical connection 
org.exolab.jms.net.orb Object Broker 
 

Uses of Caller in org.exolab.jms.net.connector
 

Classes in org.exolab.jms.net.connector that implement Caller
 class CallerImpl
          Implementation of the Caller interface
 

Methods in org.exolab.jms.net.connector that return Caller
 Caller Invocation.getCaller()
          Returns the caller performing the invocation.
 Caller MarshalledInvocation.getCaller()
          Returns the caller performing the invocation.
 

Methods in org.exolab.jms.net.connector with parameters of type Caller
 void CallerListener.disconnected(Caller caller)
          Notifies that a caller has been disconnected
 void MulticastCallerListener.disconnected(Caller caller)
          Notifies that a connection has been disconnected.
 

Constructors in org.exolab.jms.net.connector with parameters of type Caller
MarshalledInvocation(java.rmi.MarshalledObject request, Caller caller)
          Construct a new MarshalledInvocation.
 

Uses of Caller in org.exolab.jms.net.multiplexer
 

Methods in org.exolab.jms.net.multiplexer that return Caller
protected  Caller MultiplexedManagedConnection.getCaller()
          Helper to return an Caller instance, denoting the client performing a method invocation.
 

Uses of Caller in org.exolab.jms.net.orb
 

Methods in org.exolab.jms.net.orb that return Caller
 Caller ORB.getCaller()
          Returns the current caller.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.