Uses of Interface
org.apache.geronimo.messaging.EndPoint

Packages that use EndPoint
org.apache.geronimo.messaging   
org.apache.geronimo.messaging.admin.deployment   
org.apache.geronimo.messaging.io   
org.apache.geronimo.messaging.jmx   
org.apache.geronimo.messaging.proxy   
org.apache.geronimo.messaging.reference   
org.apache.geronimo.messaging.replication   
 

Uses of EndPoint in org.apache.geronimo.messaging
 

Subinterfaces of EndPoint in org.apache.geronimo.messaging
 interface NodeEndPointView
          When a Node is created, it registers itself as an EndPoint defining the following contracts.
 

Classes in org.apache.geronimo.messaging that implement EndPoint
 class BaseEndPoint
          Base class for EndPoint implementations.
 class GBeanBaseEndPoint
          Based implementation for EndPoints to be exposed as GBeans.
 

Methods in org.apache.geronimo.messaging with parameters of type EndPoint
 void Node.addEndPoint(EndPoint anEndPoint)
          Registers a new EndPoint.
 void Node.removeEndPoint(EndPoint anEndPoint)
          Unregisters the EndPoint.
 void NodeImpl.addEndPoint(EndPoint anEndPoint)
           
 void NodeImpl.removeEndPoint(EndPoint anEndPoint)
           
 

Uses of EndPoint in org.apache.geronimo.messaging.admin.deployment
 

Classes in org.apache.geronimo.messaging.admin.deployment that implement EndPoint
 class AdminServer
          Administration DeploymentServer.
 class ManagedServer
          Managed DeploymentServer.
 

Uses of EndPoint in org.apache.geronimo.messaging.io
 

Subinterfaces of EndPoint in org.apache.geronimo.messaging.io
 interface StreamManager
          Tracks InputStream instances.
 

Classes in org.apache.geronimo.messaging.io that implement EndPoint
 class StreamManagerImpl
          StreamManager implementation.
 

Uses of EndPoint in org.apache.geronimo.messaging.jmx
 

Subinterfaces of EndPoint in org.apache.geronimo.messaging.jmx
 interface MBeanServerEndPoint
          EndPoint exposing a Referenceable MBeanServer to other EndPoints.
 

Classes in org.apache.geronimo.messaging.jmx that implement EndPoint
 class MBeanServerEndPointImpl
          MBeanServerEndPoint implementation.
 

Uses of EndPoint in org.apache.geronimo.messaging.proxy
 

Subinterfaces of EndPoint in org.apache.geronimo.messaging.proxy
 interface EndPointProxyFactory
          Factory of EndPoint proxies.
 

Classes in org.apache.geronimo.messaging.proxy that implement EndPoint
 class EndPointProxyFactoryImpl
          EndPointProxyFactory implementation.
 

Uses of EndPoint in org.apache.geronimo.messaging.reference
 

Subinterfaces of EndPoint in org.apache.geronimo.messaging.reference
 interface ReferenceableManager
          Referenceable manager.
 

Classes in org.apache.geronimo.messaging.reference that implement EndPoint
 class ReferenceableManagerImpl
          ReferenceableManager implementation.
 

Uses of EndPoint in org.apache.geronimo.messaging.replication
 

Subinterfaces of EndPoint in org.apache.geronimo.messaging.replication
 interface ReplicationMember
          A replication group member.
 

Classes in org.apache.geronimo.messaging.replication that implement EndPoint
 class ReplicationMemberImpl
          ReplicationMember implementation.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.