|
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.BrokerServerClient
public class BrokerServerClient
Representation of an Broker Server client.
Many calls say they can throw a "communications exception". These exceptions are:
Field Summary | |
---|---|
static int |
BROKER_SERVER_DEFAULT_PORT
|
static int |
PUBLISH_PROCESSING_ACTIVE
|
static int |
PUBLISH_PROCESSING_PAUSE
|
static int |
SERVER_LOG_ALL_ENTRIES
|
static int |
SERVER_STATUS_ERROR
|
static int |
SERVER_STATUS_RUNNING
|
static int |
SERVER_STATUS_STARTING
|
static int |
SERVER_STATUS_STOPPED
|
static int |
SERVER_STATUS_STOPPING
|
static int |
SSL_STATUS_DISABLED
|
static int |
SSL_STATUS_ENABLED
|
static int |
SSL_STATUS_ERROR
|
static int |
SSL_STATUS_NOT_SUPPORTED
|
Constructor Summary | |
---|---|
BrokerServerClient(java.lang.String broker_host,
BrokerConnectionDescriptor desc)
Create a Broker server client. |
Method Summary | |
---|---|
boolean |
checkMetaDataBackup()
Verifies that the backup of the meta-data is still OK to proceed. |
void |
createBroker(java.lang.String broker_name,
java.lang.String description,
boolean is_default)
Create a Broker. |
void |
destroy()
Destroy the server client. |
void |
endMetaDataBackup()
Notifies the broker that backup of the meta-data is complete. |
java.util.Locale |
getActiveFilterCollationLocale()
Returns the active Broker Server Filter Collation locale. |
int |
getActivePort()
Get the base port currently being used by the Broker server. |
BrokerProcessInfo |
getActiveProcessInfo()
Get the process information currently in use by the Broker server. |
BrokerSSLConfig |
getActiveSSLConfig()
Get the SSL configuration currently in use on by the Broker server. |
COM.activesw.api.client.BrokerSSLConfigV2 |
getActiveSSLConfigV2()
Get the SSL configuration currently in use on by the Broker server. |
COM.activesw.api.client.BrokerSSLIdentity |
getActiveSSLIdentity()
Get the BrokerServer's SSL identity that is currently in use on by the Broker server. |
BrokerAccessControlList |
getAdminACL()
Get the Broker server's administrative access control list (ACL). |
int |
getAuditOnErrorState()
|
short[] |
getAuditOperations()
|
COM.activesw.api.client.BrokerAuditLogEntry[] |
getAuditRecords(java.lang.Integer noRecords,
java.lang.Integer AckId,
int msecs)
|
int |
getAuditState()
|
BrokerInfo[] |
getBrokers()
Get the list of Brokers in a given server. |
java.lang.String |
getDefaultBrokerName()
Get the name of the default Broker in the server. |
java.lang.String |
getDescription()
Get the Broker server description. |
java.lang.String |
getDNFromKeystore(java.lang.String keystore,
java.lang.String password,
COM.activesw.api.client.BrokerSSLConfigV2.KeystoreType keystoreType)
Get the distinguished name in the given keystore on the broker server. |
java.lang.String[] |
getDNsFromCertFile(java.lang.String certificate_file,
java.lang.String password)
Get the list of distinguished names available in the given certificate file on the broker server. |
protected java.util.Locale |
getFilterCollationLocaleInternal(boolean saved)
|
java.lang.String |
getHostName()
Get the host name of the Broker server. |
java.lang.String |
getIssuerDNFromKeystore(java.lang.String keystore,
java.lang.String password,
COM.activesw.api.client.BrokerSSLConfigV2.KeystoreType keystoreType)
Get the issuer distinguished name in the given keystore on the broker server. |
java.lang.String |
getLicense()
Get the Broker server license string. |
BrokerLogConfig |
getLogConfig()
Get the Broker server logging configuration. |
java.lang.String[] |
getMetaDataStorageFiles()
Get the path names for the MetaData storage files. |
int |
getMonitorPort()
Get the broker monitor port managing the current Broker Server. |
int |
getPublicationProcessingState()
Get the broker server publication processing state. |
java.lang.String[] |
getRootDNsFromCertFile(java.lang.String certificate_file,
java.lang.String password)
Get the list of trusted root distinguished names available in the given certificate file on the broker server. |
java.lang.String[] |
getRootDNsFromTruststore(java.lang.String truststore,
COM.activesw.api.client.BrokerSSLConfigV2.TruststoreType truststoreType)
Get the list of trusted root distinguished names available in the given truststore on the broker server. |
java.util.Locale |
getSavedFilterCollationLocale()
Returns the saved Broker Server Filter Collation locale. |
BrokerSSLConfig |
getSavedSSLConfig()
Get the SSL configuration to be used next time the Broker server is started. |
COM.activesw.api.client.BrokerSSLConfigV2 |
getSavedSSLConfigV2()
Get the SSL configuration to be used next time the Broker server is started. |
COM.activesw.api.client.BrokerSSLIdentity |
getSavedSSLIdentity()
Get the BrokerServer's SSL identity that will be used the next time the Broker server is restarted. |
COM.activesw.api.client.BrokerServerLogEntry[] |
getServerLogEntries(BrokerDate first_entry,
java.lang.String locale,
int num_entries)
|
COM.activesw.api.client.BrokerServerLogInfo |
getServerLogStatus()
Get the server log status. |
static int |
getServerProcessRunStatus(java.lang.String broker_host)
Determine whether the Broker server process is running or stopped. |
static int |
getServerProcessRunStatus(java.lang.String broker_monitor_host,
int monitorPort,
int brokerPort)
|
BrokerSSLStatus |
getSSLStatus()
Get the current status of the Broker server SSL configuration. |
BrokerEvent |
getStats()
Get the Broker server statistics. |
BrokerEvent |
getStorageStats()
Get the Broker server storage statistics. |
BrokerEvent |
getUsageStats()
Get the Broker server system usage statistics. |
java.lang.String |
getVersion()
Get the Broker server version string. |
int |
getVersionNumber()
Get the broker server's version number. |
void |
pausePublishProcessing()
pause broker server publication processing. |
void |
pruneServerLog(BrokerDate older_than)
Delete entries from the server log. |
void |
registerConnectionCallback(BrokerServerConnectionCallback obj,
java.lang.Object client_data)
Register a connection callback for this client. |
void |
resumePublishProcessing()
resume broker server publication processing. |
void |
setAdminACL(BrokerAccessControlList acl)
Set the Broker server's administrative access control list (ACL). |
void |
setAuditOnErrorState(int state)
|
void |
setAuditOperations(short[] ops)
|
void |
setAuditState(int state)
|
void |
setDefaultBrokerName(java.lang.String broker_name)
Set the name of the default Broker in the server. |
void |
setDescription(java.lang.String description)
Set the Broker server description. |
void |
setFilterCollationLocale(java.util.Locale locale)
Set the Broker Server Filter Collation locale. |
void |
setLicense(java.lang.String license)
Set the Broker server license string. |
void |
setLogConfig(BrokerLogConfig log_config)
Set the Broker server logging configuration. |
void |
setSSLConfig(BrokerSSLConfig new_config)
Set the SSL configuration to be used next time the Broker server is started. |
void |
setSSLConfig(java.lang.String certificate_file,
java.lang.String password,
java.lang.String distinguished_name)
Set the SSL configuration to be used next time the Broker server is started. |
void |
setSSLConfigV2(COM.activesw.api.client.BrokerSSLConfigV2 new_config)
Set the SSL configuration to be used next time the Broker server is started. |
boolean |
startMetaDataBackup()
Notifies the broker that backup of the meta-data is going to start. |
static void |
startServerProcess(java.lang.String broker_host)
Start the Broker server process (if it is not already started). |
static void |
startServerProcess(java.lang.String broker_monitor_host,
int monitorPort,
int brokerPort)
|
void |
stopProcess()
Stop the Broker server process. |
java.lang.String |
toString()
Get a string with the server client information in a form suitable for human viewing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BROKER_SERVER_DEFAULT_PORT
public static final int SERVER_STATUS_STARTING
public static final int SERVER_STATUS_RUNNING
public static final int SERVER_STATUS_STOPPING
public static final int SERVER_STATUS_STOPPED
public static final int SERVER_STATUS_ERROR
public static final int SSL_STATUS_ENABLED
public static final int SSL_STATUS_ERROR
public static final int SSL_STATUS_DISABLED
public static final int SSL_STATUS_NOT_SUPPORTED
public static final int SERVER_LOG_ALL_ENTRIES
public static final int PUBLISH_PROCESSING_ACTIVE
public static final int PUBLISH_PROCESSING_PAUSE
Constructor Detail |
---|
public BrokerServerClient(java.lang.String broker_host, BrokerConnectionDescriptor desc) throws BrokerException
BrokerCommFailureException
- If problems occur establishing
the connection.
BrokerHostNotFoundException
- If the specified host does not
exist.
BrokerNotRunningException
- If the host exists but no broker
server is running on that host.
BrokerNullParameterException
- If broker_host is null.
BrokerSecurityException
- If a secure connection is attempted
but is rejected by the broker server.
BrokerException
Method Detail |
---|
public void destroy() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public BrokerAccessControlList getAdminACL() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerException
public void setAdminACL(BrokerAccessControlList acl) throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerNullParameterException
- If acl is null.
BrokerException
public java.lang.String getDNFromKeystore(java.lang.String keystore, java.lang.String password, COM.activesw.api.client.BrokerSSLConfigV2.KeystoreType keystoreType) throws BrokerException
The keystoreType parameter specifies the type of keystore: either PKCS12 or PEM. If the keystoreType is null, the type is assumed to be PKCS12.
BrokerFileNotFoundException
- If the keystore is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a keystore, or if the client has
limited access.
BrokerNullParameterException
- If keystore is null.
BrokerSSLConfigException
- If the keystoreType is invalid.
BrokerException
public java.lang.String getIssuerDNFromKeystore(java.lang.String keystore, java.lang.String password, COM.activesw.api.client.BrokerSSLConfigV2.KeystoreType keystoreType) throws BrokerException
The keystoreType parameter specifies the type of keystore: either PKCS12 or PEM. If the keystoreType is null, the type is assumed to be PKCS12.
BrokerFileNotFoundException
- If the keystore is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a keystore, or if the client has
limited access.
BrokerNullParameterException
- If keystore is null.
BrokerSSLConfigException
- If the keystoreType is invalid.
BrokerException
public java.lang.String[] getRootDNsFromTruststore(java.lang.String truststore, COM.activesw.api.client.BrokerSSLConfigV2.TruststoreType truststoreType) throws BrokerException
The truststoreType parameter specifies the type of truststore: either PEM or DIR. If the truststoreType is null, the type is assumed to be PEM.
BrokerFileNotFoundException
- If the certificate file is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a certificate file, or if the client has
limited access.
BrokerNullParameterException
- If certificate_file is null.
BrokerException
public java.lang.String[] getDNsFromCertFile(java.lang.String certificate_file, java.lang.String password) throws BrokerException
BrokerFileNotFoundException
- If the certificate file is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a certificate file, or if the client has
limited access.
BrokerNullParameterException
- If certificate_file is null.
BrokerException
public java.lang.String[] getRootDNsFromCertFile(java.lang.String certificate_file, java.lang.String password) throws BrokerException
BrokerFileNotFoundException
- If the certificate file is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a certificate file, or if the client has
limited access.
BrokerNullParameterException
- If certificate_file is null.
BrokerException
public COM.activesw.api.client.BrokerSSLConfigV2 getActiveSSLConfigV2() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerIncompatibleVersionException
- If the Broker does not
support the old form of SSL configuration.
BrokerException
public COM.activesw.api.client.BrokerSSLConfigV2 getSavedSSLConfigV2() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerIncompatibleVersionException
- If the Broker does not
support the old form of SSL configuration.
BrokerException
public void setSSLConfigV2(COM.activesw.api.client.BrokerSSLConfigV2 new_config) throws BrokerException
BrokerFileNotFoundException
- If the certificate file is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a certificate file, or if the client has
limited access.
BrokerNullParameterException
- If distinguished_name is null
when certificate_file is non-null.
BrokerUnknownNameException
- If a distinguished name is
specified but does not exist in the certificate file.
BrokerIncompatibleVersionException
- If the Broker does not
support the new form of SSL configuration.
BrokerSSLConfigurationException
- If there is a problem with the
SSL configuration.
BrokerException
public BrokerSSLConfig getActiveSSLConfig() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerIncompatibleVersionException
- If the Broker does not
support the old form of SSL configuration.
BrokerException
public BrokerSSLConfig getSavedSSLConfig() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerIncompatibleVersionException
- If the Broker does not
support the old form of SSL configuration.
BrokerException
public void setSSLConfig(java.lang.String certificate_file, java.lang.String password, java.lang.String distinguished_name) throws BrokerException
BrokerFileNotFoundException
- If the certificate file is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a certificate file, or if the client has
limited access.
BrokerNullParameterException
- If distinguished_name is null
when certificate_file is non-null.
BrokerUnknownNameException
- If a distinguished name is
specified but does not exist in the certificate file.
BrokerIncompatibleVersionException
- If the Broker does not
support the old form of SSL configuration.
BrokerException
public void setSSLConfig(BrokerSSLConfig new_config) throws BrokerException
BrokerFileNotFoundException
- If the certificate file is not
found or cannot be read.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the password is invalid or if
the file is not a certificate file, or if the client has
limited access.
BrokerNullParameterException
- If distinguished_name is null
when certificate_file is non-null.
BrokerUnknownNameException
- If a distinguished name is
specified but does not exist in the certificate file.
BrokerIncompatibleVersionException
- If the Broker does not
support the old form of SSL configuration.
BrokerException
public COM.activesw.api.client.BrokerSSLIdentity getActiveSSLIdentity() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerIncompatibleVersionException
- If the Broker does not
support this call.
BrokerException
public COM.activesw.api.client.BrokerSSLIdentity getSavedSSLIdentity() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerIncompatibleVersionException
- If the Broker does not
support this call.
BrokerException
public BrokerSSLStatus getSSLStatus() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public java.lang.String getHostName()
public int getActivePort() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public int getMonitorPort() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public BrokerProcessInfo getActiveProcessInfo() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerException
public BrokerLogConfig getLogConfig() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public void setLogConfig(BrokerLogConfig log_config) throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerInvalidLogConfigException
- If one or more log
configuration entries are not valid. If this exception is
thrown, all valid entries are still set.
BrokerNoPermissionException
- If the client has limited access.
BrokerException
public COM.activesw.api.client.BrokerServerLogInfo getServerLogStatus() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerIncompatibleVersionException
- If the version of the broker
is known not to this operation.
BrokerNoPermissionException
- If the client has limited access.
BrokerException
public COM.activesw.api.client.BrokerServerLogEntry[] getServerLogEntries(BrokerDate first_entry, java.lang.String locale, int num_entries) throws BrokerException
BrokerException
public void pruneServerLog(BrokerDate older_than) throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerIncompatibleVersionException
- If the version of the broker
is known not to this operation.
BrokerNullParameterException
- If older_than is null.
BrokerNoPermissionException
- If the client has limited access.
BrokerException
public java.lang.String getLicense() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerException
public void setLicense(java.lang.String license) throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerInvalidLicenseException
- If the license string is not
a valid license.
BrokerNoPermissionException
- If the client has limited access.
BrokerNullParameterException
- If license is null.
BrokerException
public java.lang.String getDescription() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public void setDescription(java.lang.String description) throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerNullParameterException
- If description is null.
BrokerException
public int getVersionNumber()
If the broker server is newer than the client's version, the client's version is reported.
public java.lang.String getVersion() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public static int getServerProcessRunStatus(java.lang.String broker_host) throws BrokerException
BrokerHostNotFoundException
- If the specified host does not
exist.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNotRunningException
- If the host exists but no broker
monitor is running on that host.
BrokerNullParameterException
- If broker_host is null.
BrokerUnknownServerException
- If the specified host
has a monitor running, but no server is configured on the
specified port.
BrokerException
public static int getServerProcessRunStatus(java.lang.String broker_monitor_host, int monitorPort, int brokerPort) throws BrokerException
BrokerException
public static void startServerProcess(java.lang.String broker_host) throws BrokerException
BrokerCommFailureException
- If problems occur establishing
the connection.
BrokerHostNotFoundException
- If the specified host does not
exist.
BrokerNotRunningException
- If the host exists but no broker
server is running on that host.
BrokerNullParameterException
- If broker_host is null.
BrokerUnknownServerException
- If the specified host
has a monitor running, but no server is configured on the
specified port.
BrokerException
public static void startServerProcess(java.lang.String broker_monitor_host, int monitorPort, int brokerPort) throws BrokerException
BrokerException
public void stopProcess() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerException
public BrokerEvent getStats() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public BrokerEvent getUsageStats() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public BrokerEvent getStorageStats() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public void setFilterCollationLocale(java.util.Locale locale) throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerNullParameterException
- If description is null.
BrokerInvalidNameException
- If the locale name is invalid.
BrokerException
public java.util.Locale getActiveFilterCollationLocale() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerNullParameterException
- If description is null.
BrokerInvalidNameException
- If the locale name is invalid.
BrokerException
public java.util.Locale getSavedFilterCollationLocale() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerNullParameterException
- If description is null.
BrokerInvalidNameException
- If the locale name is invalid.
BrokerException
protected java.util.Locale getFilterCollationLocaleInternal(boolean saved) throws BrokerException
BrokerException
public void createBroker(java.lang.String broker_name, java.lang.String description, boolean is_default) throws BrokerException
BrokerExistsException
- If a broker with the given name already
exists.
BrokerInvalidBrokerNameException
- If the broker name is not
valid.
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerNullParameterException
- If broker_name or description
are is null.
BrokerException
public BrokerInfo[] getBrokers() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public java.lang.String getDefaultBrokerName() throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerException
public void setDefaultBrokerName(java.lang.String broker_name) throws BrokerException
BrokerInvalidClientException
- If the client has been
destroyed.
BrokerNoPermissionException
- If the client has limited access.
BrokerUnknownBrokerNameException
- If the broker does not exist
in the server.
BrokerException
public void registerConnectionCallback(BrokerServerConnectionCallback obj, java.lang.Object client_data) throws BrokerException
BrokerInvalidClientException
- If the client has been
disconnected or destroyed.
BrokerException
public boolean startMetaDataBackup() throws BrokerException
BrokerInvalidClientException
- If the client has been destroyed or disconnected.
BrokerIncompatibleVersionException
- If the broker does not support changelocks.
BrokerException
public void endMetaDataBackup() throws BrokerException
BrokerInvalidClientException
- If the client has been destroyed or disconnected.
BrokerIncompatibleVersionException
- If the broker does not support changelocks.
BrokerException
public boolean checkMetaDataBackup() throws BrokerException
BrokerInvalidClientException
- If the client has been destroyed or disconnected.
BrokerIncompatibleVersionException
- If the broker does not support changelocks.
BrokerException
public java.lang.String[] getMetaDataStorageFiles() throws BrokerException
BrokerInvalidClientException
- If the client has been destroyed or disconnected.
BrokerIncompatibleVersionException
- If the broker does not support changelocks.
BrokerException
public java.lang.String toString()
toString
in class java.lang.Object
public int getPublicationProcessingState() throws BrokerException
BrokerInvalidClientException
- If the client has been destroyed.
BrokerException
public void pausePublishProcessing() throws BrokerException
BrokerInvalidClientException
- If the client has been destroyed.
BrokerException
public void resumePublishProcessing() throws BrokerException
BrokerInvalidClientException
- If the client has been destroyed.
BrokerException
public COM.activesw.api.client.BrokerAuditLogEntry[] getAuditRecords(java.lang.Integer noRecords, java.lang.Integer AckId, int msecs) throws BrokerException
BrokerException
public void setAuditOperations(short[] ops) throws BrokerException
BrokerException
public void setAuditState(int state) throws BrokerException
BrokerException
public int getAuditState() throws BrokerException
BrokerException
public void setAuditOnErrorState(int state) throws BrokerException
BrokerException
public int getAuditOnErrorState() throws BrokerException
BrokerException
public short[] getAuditOperations() throws BrokerException
BrokerException
|
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 |