C# Class Apache.NMS.ActiveMQ.Commands.ActiveMQTopic

Summary description for ActiveMQTopic.
Inheritance: ActiveMQDestination, ITopic
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
ActiveMQTopic ( ) : System
ActiveMQTopic ( String name ) : System
Clone ( ) : Object
CreateDestination ( String name ) : ActiveMQDestination
GetDataStructureType ( ) : byte
GetDestinationType ( ) : int

Method Details

ActiveMQTopic() public method

public ActiveMQTopic ( ) : System
return System

ActiveMQTopic() public method

public ActiveMQTopic ( String name ) : System
name String
return System

Clone() public method

public Clone ( ) : Object
return Object

CreateDestination() public method

public CreateDestination ( String name ) : ActiveMQDestination
name String
return ActiveMQDestination

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte

GetDestinationType() public method

public GetDestinationType ( ) : int
return int