org.jboss.mq.referenceable
Class ObjectRefAddr

java.lang.Object
  extended byjavax.naming.RefAddr
      extended byorg.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

Field Summary
 
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
 

Constructor Detail

ObjectRefAddr

public ObjectRefAddr(java.lang.String arg1,
                     java.lang.Object content)
              throws javax.naming.NamingException
ObjectRefAddr constructor comment.

Parameters:
arg1 - java.lang.String
content - Description of Parameter
Throws:
javax.naming.NamingException - Description of Exception
Method Detail

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 Parameter
arg1 - Description of Parameter
Returns:
Description of the Returned Value
Throws:
javax.naming.NamingException - Description of Exception