org.objectweb.joram.mom.dest
Class AdminTopicImpl.DestinationDesc

java.lang.Object
  extended by org.objectweb.joram.mom.dest.AdminTopicImpl.DestinationDesc
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AdminTopicImpl

public static class AdminTopicImpl.DestinationDesc
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  AgentId id
           
private  java.lang.String name
           
private static long serialVersionUID
          define serialVersionUID for interoperability
private  byte type
           
 
Constructor Summary
AdminTopicImpl.DestinationDesc(AgentId id, java.lang.String name, byte type)
           
 
Method Summary
 AgentId getId()
           
 java.lang.String getName()
           
 byte getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
define serialVersionUID for interoperability

See Also:
Constant Field Values

id

private AgentId id

name

private java.lang.String name

type

private byte type
Constructor Detail

AdminTopicImpl.DestinationDesc

public AdminTopicImpl.DestinationDesc(AgentId id,
                                      java.lang.String name,
                                      byte type)
Method Detail

getId

public final AgentId getId()

getName

public final java.lang.String getName()

getType

public final byte getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.