Package org.objectweb.joram.mom.dest
Class AdminTopic.DestinationDesc
- java.lang.Object
-
- org.objectweb.joram.mom.dest.AdminTopic.DestinationDesc
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AdminTopic
public static class AdminTopic.DestinationDesc extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DestinationDesc(AgentId id, String name, byte type)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
id
private AgentId id
-
name
private String name
-
type
private byte type
-
-