|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.reference.ReferenceableInfo
Wraps meta-data about a Referenceable.
Constructor Summary | |
ReferenceableInfo()
Required for Externalization. |
|
ReferenceableInfo(NodeInfo anHostingNode,
Object anID,
Class[] aClazz,
int aRefId)
Creates the meta-data of a Referenceable. |
Method Summary | |
boolean |
equals(Object obj)
|
NodeInfo |
getHostingNode()
Gets the hosting node. |
Object |
getID()
Gets the EndPoint identifier containing the Reference. |
Class[] |
getRefClass()
Gets the Referenceable interfaces. |
int |
getRefID()
Gets the Reference identifier. |
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReferenceableInfo()
public ReferenceableInfo(NodeInfo anHostingNode, Object anID, Class[] aClazz, int aRefId)
anHostingNode
- Hosting node.anID
- EndPoint identifier.aClazz
- Referenceable interfaces.aRefId
- Referenceable identifier contained by the EndPoint.Method Detail |
public NodeInfo getHostingNode()
public int getRefID()
public Object getID()
public Class[] getRefClass()
public boolean equals(Object obj)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |