站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

ObjectRefAddr (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.referenceable
Class ObjectRefAddr

java.lang.Object
  extended byjavax.naming.RefAddr
      extended byorg.jboss.mq.referenceable.ObjectRefAddr
All Implemented Interfaces:
Serializable

public class ObjectRefAddr
extends RefAddr

This class is used to store a serializable object in a RefAddr object.

Version:
$Revision: 1.2.8.1 $
Author:
Scott M Stark (Scott_Stark@d...), Hiram Chirino (Cojonudo14@hotmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.RefAddr
addrType
 
Constructor Summary
ObjectRefAddr(String arg1, Object content)
          ObjectRefAddr constructor comment.
 
Method Summary
static Object extractObjectRefFrom(Reference ref, String arg1)
          getContent method comment.
 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(String arg1,
                     Object content)
              throws NamingException
ObjectRefAddr constructor comment.

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

getContent

public Object getContent()
getContent method comment.

Returns:
The Content value

extractObjectRefFrom

public static Object extractObjectRefFrom(Reference ref,
                                          String arg1)
                                   throws NamingException
getContent method comment.

Parameters:
ref - Description of Parameter
arg1 - Description of Parameter
Returns:
Description of the Returned Value
Throws:
NamingException - Description of Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.