|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.proxy.EndPointProxyInfo
EndPoint proxy meta-data.
Constructor Summary | |
EndPointProxyInfo(Object anEndPointID,
Class[] anInterfaces,
NodeInfo[] aTargets)
Creates the meta-data of an EndPoint proxy. |
|
EndPointProxyInfo(Object anEndPointID,
Class anInterface,
NodeInfo aTarget)
Convenience constructor |
Method Summary | |
Object |
getEndPointID()
Gets the EndPoint identifier. |
Class[] |
getInterfaces()
Gets the interfaces of the EndPoint. |
NodeInfo[] |
getTargets()
Gets the Nodes hosting the EndPoint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EndPointProxyInfo(Object anEndPointID, Class anInterface, NodeInfo aTarget)
anEndPointID
- EndPoint identifier.anInterface
- Interface of the EndPoint proxy.aTarget
- Node hosting the EndPoint.public EndPointProxyInfo(Object anEndPointID, Class[] anInterfaces, NodeInfo[] aTargets)
anEndPointID
- EndPoint identifier.anInterfaces
- Interfaces of the EndPoint proxy.aTargets
- Nodes hosting the EndPoint.Method Detail |
public Object getEndPointID()
public Class[] getInterfaces()
public NodeInfo[] getTargets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |