Package COM.activesw.api.client
Class BrokerClientGroupInfo
java.lang.Object
COM.activesw.api.client.BrokerClientGroupInfo
This class is a data structure used to describe client group information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Whether or not an access label is required to connect to this client group.Client group description text.boolean
Tells is client group is system defined.int
Client group lifecycle.Client group name.int
Client group required encryption level.int
Client group queue storage type. -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty client group info.BrokerClientGroupInfo
(String new_name, String new_description, int new_life_cycle, int new_storage_type) Create an entry with values set. -
Method Summary
-
Field Details
-
name
Client group name. -
description
Client group description text. -
life_cycle
public int life_cycleClient group lifecycle. Use BrokerAdminClient.LIFECYCLE_* values. -
storage_type
public int storage_typeClient group queue storage type. Use BrokerTypeDef.STORAGE_* values. -
required_encryption
public int required_encryptionClient group required encryption level. Use BrokerConnectionDescriptor.ENCRYPT_LEVEL_* values. -
access_label_required
public boolean access_label_requiredWhether or not an access label is required to connect to this client group. -
is_system_defined
public boolean is_system_definedTells 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 Details
-
Method Details