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

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


org.jboss.mq.selectors
Class Identifier

java.lang.Object
  extended byorg.jboss.mq.selectors.Identifier

public class Identifier
extends Object

This is a JMS identifier

Version:
$Revision: 1.3 $
Author:
Norbert Lataille (Norbert.Lataille@m4x.org), Scott.Stark@jboss.org

Constructor Summary
Identifier(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 Object getValue()
           
 int hashCode()
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier(String name)
Method Detail

toString

public String toString()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getName

public String getName()

getValue

public Object getValue()

setValue

public void setValue(Object value)


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