webMethods Admin
Version 7.1.0.0.211 082207

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 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

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 Admin
Version 7.1.0.0.211 082207

webMethods Broker is a registered trademark of webMethods, Inc.
Copyright 2005 webMethods, Inc.
All Rights Reserved.