public class BrokerClientGroupInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Convert to string.
|
java.lang.String |
toString(int indent_level)
Convert to string.
|
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
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.