webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Class BrokerInfo

java.lang.Object
  extended by COM.activesw.api.client.BrokerInfo

public class BrokerInfo
extends java.lang.Object

This class represents the description of a Broker.


Field Summary
 java.lang.String broker_host
          The name of the broker host.
 java.lang.String broker_name
          The name of the broker
 java.lang.String cluster_name
          The name of the broker cluster.
 java.lang.String description
          The description of the broker
 java.lang.String territory_name
          The name of the broker territory.
 
Constructor Summary
BrokerInfo()
          Create a broker information object.
BrokerInfo(java.lang.String territory, java.lang.String host, java.lang.String name, java.lang.String description)
          Create and initialize.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

territory_name

public java.lang.String territory_name
The name of the broker territory. null if the broker is not in a territory.


broker_host

public java.lang.String broker_host
The name of the broker host.


broker_name

public java.lang.String broker_name
The name of the broker


description

public java.lang.String description
The description of the broker


cluster_name

public java.lang.String cluster_name
The name of the broker cluster. null if the broker is not in a cluster.

Constructor Detail

BrokerInfo

public BrokerInfo()
Create a broker information object.


BrokerInfo

public BrokerInfo(java.lang.String territory,
                  java.lang.String host,
                  java.lang.String name,
                  java.lang.String description)
Create and initialize.


webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.