当前页面:
在线文档首页 >
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
javax.naming.RefAddr
org.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
ObjectRefAddr
public ObjectRefAddr(String arg1,
Object content)
throws NamingException
- ObjectRefAddr constructor comment.
- Parameters:
arg1
- java.lang.Stringcontent
- Description of Parameter
- Throws:
NamingException
- Description of Exception
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 Parameterarg1
- Description of Parameter
- Returns:
- Description of the Returned
Value
- Throws:
NamingException
- Description of Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.