|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.activesw.api.client.BrokerClientGroupInfo
public class BrokerClientGroupInfo
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 |
|---|
public java.lang.String name
public java.lang.String description
public int life_cycle
public int storage_type
public int required_encryption
public boolean access_label_required
public boolean is_system_defined
| Constructor Detail |
|---|
public BrokerClientGroupInfo()
public BrokerClientGroupInfo(java.lang.String new_name,
java.lang.String new_description,
int new_life_cycle,
int new_storage_type)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(int indent_level)
|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||