Modifier and Type | Method and Description |
---|---|
static BrokerAdminClient |
BrokerAdminClient.newOrReconnectAdmin(java.lang.String broker_host,
java.lang.String broker_name,
java.lang.String client_id,
java.lang.String client_group,
java.lang.String app_name,
BrokerConnectionDescriptor desc)
Attempts to create the administrative client.
|
static BrokerAdminClient |
BrokerAdminClient.reconnectAdmin(java.lang.String broker_host,
java.lang.String broker_name,
java.lang.String client_id,
BrokerConnectionDescriptor desc)
Reconnects an administrative client.
|
Modifier and Type | Method and Description |
---|---|
void |
BrokerCompleteBroker.deepRefresh(BrokerAdminClient client)
Refreshes the information about a Broker based on the given client.
|
static BrokerCompleteBroker |
BrokerCompleteBroker.deepRetrieve(BrokerAdminClient client)
Retrieves the information about a Broker based on the given client.
|
void |
BrokerCompleteBroker.deepStore(BrokerAdminClient client)
Stores the information from this object into the Broker for which the given client object has been provided.
|
void |
BrokerCompleteBroker.refresh(BrokerAdminClient client)
Refreshes the information about a Broker based on the given client.
|
void |
BrokerCompleteClient.refresh(BrokerAdminClient client)
Refreshes the information about the Client using the given broker admin client.
|
void |
BrokerCompleteClientGroup.refresh(BrokerAdminClient client)
Refreshes the information about the Client Group using the given client.
|
void |
BrokerCompleteEventType.refresh(BrokerAdminClient client)
Refreshes the information about the Event Type using the given client.
|
void |
BrokerCompleteTerritory.refresh(BrokerAdminClient client)
Refreshes the information about a Territory based on the given broker admin client.
|
void |
BrokerCompleteTerritoryGateway.refresh(BrokerAdminClient client)
Refreshes the information about a Territory Gateway based on the given broker admin client.
|
void |
BrokerCompleteBroker.refreshTerritoryAndGateways(BrokerAdminClient client)
Refreshes only information about a Broker's territory and gateways.
|
static BrokerCompleteBroker |
BrokerCompleteBroker.retrieve(BrokerAdminClient client)
Retrieves the information about a Broker based on the given client.
|
static BrokerCompleteTerritory |
BrokerCompleteTerritory.retrieve(BrokerAdminClient client)
Retrieves the information about a Territory based on the given broker admin client.
|
static BrokerCompleteClient |
BrokerCompleteClient.retrieve(BrokerAdminClient client,
java.lang.String client_id)
Retrieves the information about the specified Client with the given broker admin client.
|
static BrokerCompleteClientGroup |
BrokerCompleteClientGroup.retrieve(BrokerAdminClient client,
java.lang.String client_group_name)
Retrieves the information about the specified Client Group with the given client.
|
static BrokerCompleteEventType |
BrokerCompleteEventType.retrieve(BrokerAdminClient client,
java.lang.String event_type_name)
Retrieves the information about the specified Event Type with the given client.
|
static BrokerCompleteTerritoryGateway |
BrokerCompleteTerritoryGateway.retrieve(BrokerAdminClient client,
java.lang.String territory_name)
Retrieves the information about a Territory Gateway based on the given broker admin client.
|
void |
BrokerCompleteBroker.store(BrokerAdminClient client)
Stores the information from this object into the Broker for which the given client object has been provided.
|
void |
BrokerCompleteClient.store(BrokerAdminClient client)
Stores the information from this Client into the broker for which the given broker admin client has been provided.
|
void |
BrokerCompleteClientGroup.store(BrokerAdminClient client)
Stores the information from this Client Group into the broker for which the given client object has been provided.
|
void |
BrokerCompleteEventType.store(BrokerAdminClient client)
Stores the information from this object into the broker for which the given client object has been provided.
|
void |
BrokerCompleteTerritory.store(BrokerAdminClient client)
Stores the information from this Territory into the broker for which the given client object has been provided.
|
void |
BrokerCompleteTerritoryGateway.store(BrokerAdminClient client)
Stores the information from this Territory Gateway into the broker for which the given client object has been provided.
|
void |
BrokerCompleteTerritoryGateway.store(BrokerAdminClient client,
boolean clusterGateway) |
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.