The sybase.system.service:Name=Jaguar,Type=EAS MBean is a client of the EAServer Monitoring CORBA component. All the statistics provided by the Monitoring component are accessible via this MBean.
Attribute name |
Description |
Default value |
Datatype |
---|---|---|---|
Host |
Server host machine. |
Name of the machine hosting the server |
String |
InstallDir |
The EAServer installation directory. |
String |
|
JDK |
The JDK version with which EAServer is running. |
String |
|
LogPath |
The full path and name of the server’s log file. |
$JAGUAR/bin/Jaguar.log |
String |
Password |
User’s login password. |
String |
|
Port |
IIOP connection port number. |
9000 |
int |
ReconnectDelay |
The minimum delay required between successive attempts at reconnecting to EAServer if the first attempt fails. |
5000 |
long |
ServerName |
The name of the server. |
Jaguar |
String |
StartCommand |
Command that was used to start the server. |
String |
|
StartTimeout |
If EAServer takes longer than this specified number of seconds to start, it is assumed that EAServer failed to start. |
60000 |
long |
User |
Login user’s name. |
jagadmin |
String |
Initializes the sybase.system.service:Name=Jaguar,Type=EAS MBean.
start(void)
void
Returns the data from the entity’s items() method.
listEntityChildren(entityType java.lang.String, entityName java.lang.String)
The entity type.
The entity name.
java.lang.String[][]
Lists the contents of the properties file for the specified entity type and entity name.
listEntityProperties(entityType java.lang.String, entityName java.lang.String)
The entity type.
The entity name.
java.util.Properties
Lists the entries for the specified Message Service component.
listMSNames(ms_component java.lang.String)
Must be one of:
ActiveQueues
ActiveTopics
ConfiguredQueues
ConfiguredTopics
ThreadPools
java.lang.String[]
Returns the listener types that you can configure with this MBean.
listNetworkTypeNames(void)
java.lang.String[IIOP, IIOPS, HTTP, HTTPS, TDS, TDSS]
Refreshes the MBean.
refresh(void)
void
Restarts the MBean.
restart(void)
void
Retrieves monitoring data about the specified EAServer component.
retrieveComponentMonitorData(componentName java.lang.String)
The name of the component for which to retrieve monitoring data.
double[]
Retrieves monitoring data about the specified connection cache.
retrieveConnCacheMonitorData(cacheName java.lang.String)
The name of the connection cache for which to retrieve monitoring data.
double[]
Retrieves information about connected users from the EAServer Monitor component.
retrieveConnectedUsers(void)
com.sybase.jaguar.system.UserInfo[]
Retrieves the specified number of lines from the log file, beginning with the line number identified by the first parameter.
retrieveLog(line_number int, total_lines int)
The line number of the first line to retrieve.
The total number of lines to retrieve.
java.lang.String[]
Retrieves the specified number of lines from the log file, beginning with the first line.
retrieveLog(lines int)
The number of lines to retrieve from the log file.
java.lang.String[]
Retrieves the Message Service runtime monitoring data.
retrieveMSData(ms_component java.lang.String, instanceName java.lang.String)
The Message Service component type, which can be one of:
MessageQueue
MessageTopic
ThreadPool
The name of the Message Service component instance.
double[]
Retrieves runtime monitoring data for the specified listener type.
retrieveNetworkData(listenerType java.lang.String)
The listener type, which can be one of:
IIOP
IIOPS
HTTP
HTTPS
TDS
TDSS
double[]
Retrieves monitoring data about the specified EAServer package.
retrievePackageMonitorData(packageName java.lang.String)
The name of the package for which to retrieve monitoring data.
double[]
Starts an MBean instance.
start(void)
void
Starts all MBean instances.
startRecursive(void)
void
Stops an MBean instance.
stop(void)
void
Terminates all MBean instances.
terminate(void)
void
Copyright © 2005. Sybase Inc. All rights reserved. |