Aw::Admin::ServerClient

MethodArgumentsReturnThrows
Exception
new( broker_host [, Aw::ConnectionDescriptor] )Aw::Admin::ServerClientYES
createBroker( broker_name, description, is_default )BooleanYES
getActiveSSLConfig( )% of {certificate_file,
distinguished_name,
issure_distinguished_name}
YES
getActivePort( )NumberYES
getActiveProcessInfo( )% of {executable_name, data_directory}YES
getAdminACL( )Aw::Admin::AccessControlListYES
getBrokers( )@ of % of {territory_name,
broker_host,
broker_name,
description}
YES
getDefaultBrokerName( )StringYES
getDescription( )StringYES
getDNsFromCertFile( certificate_file, password )@ of StringsYES
getHostName( )StringYES
getLicense( )StringYES
getLogConfig( )Aw::Admin::LogConfigYES
getLogEntries( first_entry, locale )@ of % of {time_stamp,
entry_type,
entry_msg_id,
entry_msg_text}
YES
getLogStatus( )% of {first_entry, last_entry, num_entries}YES
getProcessRunStatus( )NumberYES
getRootDNsFromCertFile( certificate_file, password )@ of StringsYES
getSavedSSLConfig( )% of {certificate_file,
distinguished_name,
issure_distinguished_name}
YES
getSSLStatus( )% of {status,level,error_string}YES
getStats( )Aw::EventYES
getUsageStats( )Aw::EventYES
getVersion( )StringYES
getVersionNumber( )NumberYES
pruneLog( Aw::Date )BooleanYES
registerConnectionCallback( method, client_data )BooleanYES
setAdminACL( Aw::Admin::AccessControlList )BooleanYES
setDefaultBrokerName( broker_name )BooleanYES
setDescription( description )BooleanYES
setLicense( license )BooleanYES
setLogConfig( log_config )BooleanYES
setSSLConfig( \%new_config )BooleanYES
startProcess( broker_host )BooleanYES
stopProcess( )BooleanYES
toString( )StringNO
Inherited Methods
err( )BooleanYES
errmsg( )StringYES
error( )Aw::ErrorNO
hello( )
Returns the string "hello". Useful for debugging.
StringNO
getWarn( )
Returns current warn level.
NumberNO
setWarn( level )
Sets new warn level.0 : No warnings (quiet mode)
1 : Terse (uses awErrorToString)
2 : Verbose (uses awErrorToCompleteString)
The Aw extensions must be compiled with AWXS_WARNS defined.
voidNO
warn( [string] )
Warn message is string if passed, otherwise current err is converted to string.
voidYES