org.jboss.mq.referenceable
Class ObjectRefAddr
java.lang.Object
javax.naming.RefAddr
org.jboss.mq.referenceable.ObjectRefAddr
- All Implemented Interfaces:
- java.io.Serializable
- public class ObjectRefAddr
- extends javax.naming.RefAddr
This class is used to store a serializable object in a RefAddr object.
- See Also:
- Serialized Form
Fields inherited from class javax.naming.RefAddr |
addrType |
Constructor Summary |
ObjectRefAddr(java.lang.String arg1,
java.lang.Object content)
ObjectRefAddr constructor comment. |
Method Summary |
static java.lang.Object |
extractObjectRefFrom(javax.naming.Reference ref,
java.lang.String arg1)
getContent method comment. |
java.lang.Object |
getContent()
getContent method comment. |
Methods inherited from class javax.naming.RefAddr |
equals, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ObjectRefAddr
public ObjectRefAddr(java.lang.String arg1,
java.lang.Object content)
throws javax.naming.NamingException
- ObjectRefAddr constructor comment.
- Parameters:
arg1
- java.lang.Stringcontent
- Description of Parameter
- Throws:
javax.naming.NamingException
- Description of Exception
getContent
public java.lang.Object getContent()
- getContent method comment.
- Returns:
- The Content value
extractObjectRefFrom
public static java.lang.Object extractObjectRefFrom(javax.naming.Reference ref,
java.lang.String arg1)
throws javax.naming.NamingException
- getContent method comment.
- Parameters:
ref
- Description of Parameterarg1
- Description of Parameter
- Returns:
- Description of the Returned
Value
- Throws:
javax.naming.NamingException
- Description of Exception