webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Class BrokerClientGroupInfo

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

public class BrokerClientGroupInfo
extends java.lang.Object

This class is a data structure used to describe client group information.


Field Summary
 boolean access_label_required
          Whether or not an access label is required to connect to this client group.
 java.lang.String description
          Client group description text.
 boolean is_system_defined
          Tells is client group is system defined.
 int life_cycle
          Client group lifecycle.
 java.lang.String name
          Client group name.
 int required_encryption
          Client group required encryption level.
 int storage_type
          Client group queue storage type.
 
Constructor Summary
BrokerClientGroupInfo()
          Create an empty client group info.
BrokerClientGroupInfo(java.lang.String new_name, java.lang.String new_description, int new_life_cycle, int new_storage_type)
          Create an entry with values set.
 
Method Summary
 java.lang.String toString()
          Convert to string.
 java.lang.String toString(int indent_level)
          Convert to string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Client group name.


description

public java.lang.String description
Client group description text.


life_cycle

public int life_cycle
Client group lifecycle. Use BrokerAdminClient.LIFECYCLE_* values.


storage_type

public int storage_type
Client group queue storage type. Use BrokerTypeDef.STORAGE_* values.


required_encryption

public int required_encryption
Client group required encryption level. Use BrokerConnectionDescriptor.ENCRYPT_LEVEL_* values.


access_label_required

public boolean access_label_required
Whether or not an access label is required to connect to this client group.


is_system_defined

public boolean is_system_defined
Tells is client group is system defined. This value is not used by the system. It is provided for informational purposes when client group information is retrieved from the broker.

Constructor Detail

BrokerClientGroupInfo

public BrokerClientGroupInfo()
Create an empty client group info.


BrokerClientGroupInfo

public BrokerClientGroupInfo(java.lang.String new_name,
                             java.lang.String new_description,
                             int new_life_cycle,
                             int new_storage_type)
Create an entry with values set.

Method Detail

toString

public java.lang.String toString()
Convert to string.

Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent_level)
Convert to string. The "indent_level" is the number of 4-space indents that the output should be generated for.


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.