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

A Temporary Topic
Inheritance: ActiveMQTempDestination, ITemporaryTopic
Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

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

Method Details

ActiveMQTempTopic() public method

public ActiveMQTempTopic ( ) : System
return System

ActiveMQTempTopic() public method

public ActiveMQTempTopic ( 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

GetTopicName() public method

public GetTopicName ( ) : String
return String