A B C D E G H I L M N O P R S T U V W 

A

AMX - Class in org.glassfish.external.amx
Constants reflecting the AMX specification.
AMXGlassfish - Class in org.glassfish.external.amx
AMX behavior specific to Glassfish V3.
AMXGlassfish(String) - Constructor for class org.glassfish.external.amx.AMXGlassfish
Anything other than AMXGlassfish.DEFAULT is not supported in Glassfish V3
AMXGlassfish.BootAMXCallback - Class in org.glassfish.external.amx
Callback for MBeanListener that waits for the BootAMXMBean to appear; it always will load early in server startup.
AMXGlassfish.BootAMXCallback(MBeanServerConnection) - Constructor for class org.glassfish.external.amx.AMXGlassfish.BootAMXCallback
 
amxJMXDomain() - Method in class org.glassfish.external.amx.AMXGlassfish
JMX domain used by AMX MBeans.
amxSupportDomain() - Method in class org.glassfish.external.amx.AMXGlassfish
JMX domain used by AMX support MBeans.
AMXUtil - Class in org.glassfish.external.amx
Small utilities for AMXBooter and related.
ATTR_CHILDREN - Static variable in class org.glassfish.external.amx.AMX
Attribute yielding the children as an ObjectName[]
ATTR_NAME - Static variable in class org.glassfish.external.amx.AMX
Attribute yielding the name of the MBean, possibly differing from the name as found in the ObjectName via the property AMX.NAME_KEY
ATTR_PARENT - Static variable in class org.glassfish.external.amx.AMX
Attribute yielding the ObjectName of the parent MBean
AverageRangeStatistic - Interface in org.glassfish.external.statistics
An interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
AverageRangeStatisticImpl - Class in org.glassfish.external.statistics.impl
An implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.
AverageRangeStatisticImpl(long, long, long, String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
await() - Method in class org.glassfish.external.amx.MBeanListener.CallbackImpl
Optional: wait for the CountDownLatch to fire If used, the subclass should countDown() the latch when the appropriate event happens

B

BOOT_AMX_OPERATION_NAME - Static variable in interface org.glassfish.external.amx.BootAMXMBean
same as method above
bootAMX(MBeanServerConnection) - Method in class org.glassfish.external.amx.AMXGlassfish
Ensure that AMX is loaded and ready to use.
bootAMX(MBeanServer) - Method in class org.glassfish.external.amx.AMXGlassfish
 
bootAMX() - Method in interface org.glassfish.external.amx.BootAMXMBean
Start AMX and return the ObjectName of DomainRoot.
BootAMXMBean - Interface in org.glassfish.external.amx
MBean responsible for booting the AMX system.
BoundaryStatistic - Interface in org.glassfish.external.statistics
Specifies standard measurements of the upper and lower limits of the value of an attribute.
BoundaryStatisticImpl - Class in org.glassfish.external.statistics.impl
 
BoundaryStatisticImpl(long, long, String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.BoundaryStatisticImpl
 
BoundedRangeStatistic - Interface in org.glassfish.external.statistics
The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
BoundedRangeStatisticImpl - Class in org.glassfish.external.statistics.impl
 
BoundedRangeStatisticImpl(long, long, long, long, long, String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 

C

checkMethod(Method) - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
CountStatistic - Interface in org.glassfish.external.statistics
Specifies standard count measurements.
CountStatisticImpl - Class in org.glassfish.external.statistics.impl
 
CountStatisticImpl(long, String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.CountStatisticImpl
 
CountStatisticImpl(String, String, String) - Constructor for class org.glassfish.external.statistics.impl.CountStatisticImpl
 

D

dasConfig() - Method in class org.glassfish.external.amx.AMXGlassfish
name of the Domain Admin Server (DAS) <config>
dasName() - Method in class org.glassfish.external.amx.AMXGlassfish
name of the Domain Admin Server (DAS) as found in an ObjectName
decrement() - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
DEFAULT - Static variable in class org.glassfish.external.amx.AMXGlassfish
Default domain support
DEFAULT_JMX_DOMAIN - Static variable in class org.glassfish.external.amx.AMXGlassfish
 
DESC_GENERIC_INTERFACE_NAME - Static variable in class org.glassfish.external.amx.AMX
Descriptor value: The generic AMX interface to be used if the class found in AMX.DESC_STD_INTERFACE_NAME cannot be loaded.
DESC_GROUP - Static variable in class org.glassfish.external.amx.AMX
Descriptor value: Arbitrary string denoting the general classification of MBean.
DESC_IS_GLOBAL_SINGLETON - Static variable in class org.glassfish.external.amx.AMX
Descriptor value: whether the MBean is a global singleton eg whether in the AMX domain it can be looked up by its type and is the only MBean of that type.
DESC_IS_SINGLETON - Static variable in class org.glassfish.external.amx.AMX
Descriptor value: whether the MBean is a singleton, in spite of having a name property in its ObjectName.
DESC_PREFIX - Static variable in class org.glassfish.external.amx.AMX
Prefix for AMX descriptor fields
DESC_STD_IMMUTABLE_INFO - Static variable in class org.glassfish.external.amx.AMX
Descriptor value defined by JMX standard: whether the MBeanInfo is *invariant* (immutable is a misnomer).
DESC_STD_INTERFACE_NAME - Static variable in class org.glassfish.external.amx.AMX
Descriptor value defined by JMX standard, the classname of the interface for the MBean.
DESC_SUB_TYPES - Static variable in class org.glassfish.external.amx.AMX
Descriptor value: denotes the possible types of MBeans that children might be.
DESC_SUPPORTS_ADOPTION - Static variable in class org.glassfish.external.amx.AMX
Descriptor value: whether new children may be added by code other than the implementation responsible for the MBean; this allows extension points within the hierarchy.
disable() - Method in interface org.glassfish.external.probe.provider.StatsProvider
 
domainRoot() - Method in class org.glassfish.external.amx.AMXGlassfish
return the ObjectName of the AMX DomainRoot MBean

E

enable() - Method in interface org.glassfish.external.probe.provider.StatsProvider
 

G

getAverage() - Method in interface org.glassfish.external.statistics.AverageRangeStatistic
 
getAverage() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
getBootAMXMBeanObjectName() - Method in class org.glassfish.external.amx.AMXGlassfish
ObjectName for BootAMXMBean
getCallback() - Method in class org.glassfish.external.amx.MBeanListener
 
getConfigElement() - Method in class org.glassfish.external.probe.provider.StatsProviderInfo
 
getConfigLevel() - Method in class org.glassfish.external.probe.provider.StatsProviderInfo
 
getCount() - Method in interface org.glassfish.external.statistics.CountStatistic
The count since the last reset.
getCount() - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
getCount() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
Returns the number of times an operation was invoked
getCount() - Method in interface org.glassfish.external.statistics.TimeStatistic
Number of times the operation was invoked since the beginning of this measurement.
getCurrent() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
getCurrent() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
getCurrent() - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
getCurrent() - Method in class org.glassfish.external.statistics.impl.StringStatisticImpl
 
getCurrent() - Method in interface org.glassfish.external.statistics.RangeStatistic
The current value of this attribute.
getCurrent() - Method in interface org.glassfish.external.statistics.StringStatistic
Returns the String value of the statistic
getDescription() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
getDescription() - Method in interface org.glassfish.external.statistics.Statistic
A human-readable description of the Statistic.
getGlassfishVersion() - Static method in class org.glassfish.external.amx.AMXGlassfish
Return a version string, or null if not running in Glassfish
getHighWaterMark() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
getHighWaterMark() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
getHighWaterMark() - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
Returns the highest value of this statistic, since measurement started.
getHighWaterMark() - Method in interface org.glassfish.external.statistics.RangeStatistic
The highest value this attribute has held since the beginninYg of the measurement.
getInvokerId() - Method in class org.glassfish.external.probe.provider.StatsProviderInfo
 
getJMXServiceURLs() - Method in interface org.glassfish.external.amx.BootAMXMBean
 
getLastSampleTime() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
getLastSampleTime() - Method in interface org.glassfish.external.statistics.Statistic
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
getLowerBound() - Method in interface org.glassfish.external.statistics.BoundaryStatistic
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
getLowerBound() - Method in class org.glassfish.external.statistics.impl.BoundaryStatisticImpl
 
getLowerBound() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
getLowWaterMark() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
getLowWaterMark() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
getLowWaterMark() - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
Returns the lowest value of this statistic, since measurement started.
getLowWaterMark() - Method in interface org.glassfish.external.statistics.RangeStatistic
The lowest value this attribute has held since the beginning of the measurement.
getMaxTime() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
Returns the maximum amount of time that it took for one invocation of an operation, since measurement started.
getMaxTime() - Method in interface org.glassfish.external.statistics.TimeStatistic
The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getMBeanServer() - Method in class org.glassfish.external.amx.MBeanListener
 
getMBeanServerDelegateObjectName() - Static method in class org.glassfish.external.amx.AMXUtil
Get the ObjectName of the MBeanServerDelegateObjectName.
getMinTime() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
Returns the minimum amount of time that it took for one invocation of an operation, since measurement started.
getMinTime() - Method in interface org.glassfish.external.statistics.TimeStatistic
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
getName() - Method in class org.glassfish.external.amx.MBeanListener
 
getName() - Method in enum org.glassfish.external.probe.provider.PluginPoint
 
getName() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
getName() - Method in interface org.glassfish.external.statistics.Statistic
The name of this Statistic.
getPath() - Method in enum org.glassfish.external.probe.provider.PluginPoint
 
getPluginPoint() - Method in class org.glassfish.external.probe.provider.StatsProviderInfo
 
getRegistered() - Method in class org.glassfish.external.amx.MBeanListener.CallbackImpl
 
getStartTime() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
getStartTime() - Method in interface org.glassfish.external.statistics.Statistic
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.BoundaryStatisticImpl
 
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.StringStatisticImpl
 
getStaticAsMap() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
 
getStatistic() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
getStatistic() - Method in class org.glassfish.external.statistics.impl.BoundaryStatisticImpl
 
getStatistic() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
getStatistic() - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
getStatistic() - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
getStatistic(String) - Method in class org.glassfish.external.statistics.impl.StatsImpl
 
getStatistic() - Method in class org.glassfish.external.statistics.impl.StringStatisticImpl
 
getStatistic() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
 
getStatistic(String) - Method in interface org.glassfish.external.statistics.Stats
Get a Statistic by name.
getStatisticNames() - Method in class org.glassfish.external.statistics.impl.StatsImpl
 
getStatisticNames() - Method in interface org.glassfish.external.statistics.Stats
Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports.
getStatistics() - Method in class org.glassfish.external.statistics.impl.StatsImpl
 
getStatistics() - Method in interface org.glassfish.external.statistics.Stats
Returns an array containing all of the Statistic objects supported by this Stats object.
getStatsProvider() - Method in class org.glassfish.external.probe.provider.StatsProviderInfo
 
getSubTreeRoot() - Method in class org.glassfish.external.probe.provider.StatsProviderInfo
 
getTotalTime() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
Returns the amount of time that it took for all invocations, since measurement started.
getTotalTime() - Method in interface org.glassfish.external.statistics.TimeStatistic
This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.
getType() - Method in class org.glassfish.external.amx.MBeanListener
 
getUnit() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
getUnit() - Method in interface org.glassfish.external.statistics.Statistic
The unit of measurement for this Statistic.
getUnregistered() - Method in class org.glassfish.external.amx.MBeanListener.CallbackImpl
 
getUpperBound() - Method in interface org.glassfish.external.statistics.BoundaryStatistic
The upper limit of the value of this attribute.
getUpperBound() - Method in class org.glassfish.external.statistics.impl.BoundaryStatisticImpl
 
getUpperBound() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
GROUP_CONFIGURATION - Static variable in class org.glassfish.external.amx.AMX
Group value indicating that the AMX is a configuration MBean.
GROUP_JSR77 - Static variable in class org.glassfish.external.amx.AMX
Group value indicating that the AMX is a JSR 77 MBean (J2EE Management) .
GROUP_MONITORING - Static variable in class org.glassfish.external.amx.AMX
Group value indicating that the AMX represents a monitoring MBean.
GROUP_OTHER - Static variable in class org.glassfish.external.amx.AMX
Group value indicating that the AMX is not one of the other types.
GROUP_UTILITY - Static variable in class org.glassfish.external.amx.AMX
Group value indicating that the AMX is a utility MBean.

H

handleNotification(Notification, Object) - Method in class org.glassfish.external.amx.MBeanListener
 
hasListeners(String) - Static method in class org.glassfish.external.probe.provider.StatsProviderManager
 
hasListeners(String) - Method in interface org.glassfish.external.probe.provider.StatsProviderManagerDelegate
 

I

increment() - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
increment(long) - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
incrementCount(long) - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.external.statistics.impl.BoundaryStatisticImpl
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.external.statistics.impl.StringStatisticImpl
 
invoke(Object, Method, Object[]) - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
 
invokeBootAMX(MBeanServerConnection) - Method in class org.glassfish.external.amx.AMXGlassfish
Invoke the bootAMX() method on BootAMXMBean.
isValidString(String) - Static method in class org.glassfish.external.statistics.impl.StatisticImpl
 

L

LAST_SAMPLE_TIME - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
listenForBootAMX(MBeanServerConnection, T) - Method in class org.glassfish.external.amx.AMXGlassfish
Listen for the registration of the BootAMXMBean.
listenForDomainRoot(MBeanServerConnection, T) - Method in class org.glassfish.external.amx.AMXGlassfish
Listen for the registration of AMX DomainRoot Listening starts automatically.

M

MBeanListener<T extends MBeanListener.Callback> - Class in org.glassfish.external.amx
Listens for registration of MBeans of various types.
MBeanListener(MBeanServerConnection, ObjectName, T) - Constructor for class org.glassfish.external.amx.MBeanListener
Listener for a specific MBean.
MBeanListener(MBeanServerConnection, String, String, T) - Constructor for class org.glassfish.external.amx.MBeanListener
Listener for all MBeans of specified type, with or without a name.
MBeanListener(MBeanServerConnection, String, String, String, T) - Constructor for class org.glassfish.external.amx.MBeanListener
Listener for MBeans of specified type, with specified name (or any name if null is passed for the name).
MBeanListener.Callback - Interface in org.glassfish.external.amx
Callback interface.
MBeanListener.CallbackImpl - Class in org.glassfish.external.amx
Default callback implementation, can be subclassed if needed Remembers only the last MBean that was seen.
MBeanListener.CallbackImpl() - Constructor for class org.glassfish.external.amx.MBeanListener.CallbackImpl
 
MBeanListener.CallbackImpl(boolean) - Constructor for class org.glassfish.external.amx.MBeanListener.CallbackImpl
 
mbeanRegistered(ObjectName, MBeanListener) - Method in class org.glassfish.external.amx.AMXGlassfish.BootAMXCallback
 
mbeanRegistered(ObjectName, MBeanListener) - Method in interface org.glassfish.external.amx.MBeanListener.Callback
 
mbeanRegistered(ObjectName, MBeanListener) - Method in class org.glassfish.external.amx.MBeanListener.CallbackImpl
 
mbeanUnregistered(ObjectName, MBeanListener) - Method in interface org.glassfish.external.amx.MBeanListener.Callback
 
mbeanUnregistered(ObjectName, MBeanListener) - Method in class org.glassfish.external.amx.MBeanListener.CallbackImpl
 
mLatch - Variable in class org.glassfish.external.amx.MBeanListener.CallbackImpl
 
monitoringRoot() - Method in class org.glassfish.external.amx.AMXGlassfish
ObjectName for top-level monitoring MBean (parent of those for each server)

N

NAME_KEY - Static variable in class org.glassfish.external.amx.AMX
ObjectName property for the name
NEWLINE - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
newObjectName(String, String, String) - Method in class org.glassfish.external.amx.AMXGlassfish
Make a new AMX ObjectName with unchecked exception.
newObjectName(String) - Method in class org.glassfish.external.amx.AMXGlassfish
Make a new ObjectName for AMX domain with unchecked exception
newObjectName(String) - Static method in class org.glassfish.external.amx.AMXUtil
Make a new ObjectName (unchecked exception).
newObjectName(String, String) - Static method in class org.glassfish.external.amx.AMXUtil
Make a new ObjectName (unchecked exception).
NO_NAME - Static variable in class org.glassfish.external.amx.AMX
Implied name for singletons when the name property is not present
NOTIFICATION_PREFIX - Static variable in class org.glassfish.external.amx.AMX
Prefix for AMX notification types

O

org.glassfish.external.amx - package org.glassfish.external.amx
 
org.glassfish.external.arc - package org.glassfish.external.arc
 
org.glassfish.external.probe.provider - package org.glassfish.external.probe.provider
 
org.glassfish.external.probe.provider.annotations - package org.glassfish.external.probe.provider.annotations
 
org.glassfish.external.statistics - package org.glassfish.external.statistics
 
org.glassfish.external.statistics.annotations - package org.glassfish.external.statistics.annotations
 
org.glassfish.external.statistics.impl - package org.glassfish.external.statistics.impl
 

P

PARENT_PATH_KEY - Static variable in class org.glassfish.external.amx.AMX
The ObjectName property key denoting the path of the parent MBean.
PluginPoint - Enum in org.glassfish.external.probe.provider
 
Probe - Annotation Type in org.glassfish.external.probe.provider.annotations
 
ProbeListener - Annotation Type in org.glassfish.external.probe.provider.annotations
 
ProbeParam - Annotation Type in org.glassfish.external.probe.provider.annotations
 
ProbeProvider - Annotation Type in org.glassfish.external.probe.provider.annotations
 
prop(String, String) - Static method in class org.glassfish.external.amx.AMXUtil
 

R

RangeStatistic - Interface in org.glassfish.external.statistics
Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
RangeStatisticImpl - Class in org.glassfish.external.statistics.impl
 
RangeStatisticImpl(long, long, long, String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
register(String, PluginPoint, String, Object) - Static method in class org.glassfish.external.probe.provider.StatsProviderManager
 
register(PluginPoint, String, String, Object, String) - Static method in class org.glassfish.external.probe.provider.StatsProviderManager
 
register(String, PluginPoint, String, Object, String) - Static method in class org.glassfish.external.probe.provider.StatsProviderManager
 
register(String, PluginPoint, String, Object, String, String) - Static method in class org.glassfish.external.probe.provider.StatsProviderManager
 
register(StatsProviderInfo) - Method in interface org.glassfish.external.probe.provider.StatsProviderManagerDelegate
 
Reset - Annotation Type in org.glassfish.external.statistics.annotations
 
reset() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
reset() - Method in class org.glassfish.external.statistics.impl.BoundaryStatisticImpl
 
reset() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
reset() - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
reset() - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
reset() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
reset() - Method in class org.glassfish.external.statistics.impl.StatsImpl
Call reset on all of the Statistic objects contained by this Stats object
reset() - Method in class org.glassfish.external.statistics.impl.StringStatisticImpl
 
reset() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
 

S

sampleTime - Variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
serverMon(String) - Method in class org.glassfish.external.amx.AMXGlassfish
ObjectName for top-level monitoring MBean for specified server
serverMonForDAS() - Method in class org.glassfish.external.amx.AMXGlassfish
ObjectName for top-level monitoring MBean for the DAS.
setConfigLevel(String) - Method in class org.glassfish.external.probe.provider.StatsProviderInfo
 
setCount(long) - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
setCurrent(long) - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
setCurrent(long) - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
setCurrent(long) - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
setCurrent(String) - Method in class org.glassfish.external.statistics.impl.StringStatisticImpl
 
setHighWaterMark(long) - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
setHighWaterMark(long) - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
setLowWaterMark(long) - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
setLowWaterMark(long) - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
setStatsProviderManagerDelegate(StatsProviderManagerDelegate) - Static method in class org.glassfish.external.probe.provider.StatsProviderManager
 
Stability - Enum in org.glassfish.external.arc
Taxonomy values.
START_TIME - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
startListening() - Method in class org.glassfish.external.amx.MBeanListener
Start listening.
Statistic - Interface in org.glassfish.external.statistics
The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.
StatisticImpl - Class in org.glassfish.external.statistics.impl
 
StatisticImpl(String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.StatisticImpl
 
StatisticImpl(String, String, String) - Constructor for class org.glassfish.external.statistics.impl.StatisticImpl
 
statMap - Variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
Stats - Interface in org.glassfish.external.statistics
 
StatsImpl - Class in org.glassfish.external.statistics.impl
 
StatsImpl(StatisticImpl[]) - Constructor for class org.glassfish.external.statistics.impl.StatsImpl
 
StatsProvider - Interface in org.glassfish.external.probe.provider
 
StatsProviderInfo - Class in org.glassfish.external.probe.provider
 
StatsProviderInfo(String, PluginPoint, String, Object) - Constructor for class org.glassfish.external.probe.provider.StatsProviderInfo
 
StatsProviderInfo(String, PluginPoint, String, Object, String) - Constructor for class org.glassfish.external.probe.provider.StatsProviderInfo
 
StatsProviderManager - Class in org.glassfish.external.probe.provider
 
StatsProviderManagerDelegate - Interface in org.glassfish.external.probe.provider
 
stopListening() - Method in class org.glassfish.external.amx.MBeanListener
unregister the listener
StringStatistic - Interface in org.glassfish.external.statistics
Custom statistic type created for the Sun ONE Application Server.
StringStatisticImpl - Class in org.glassfish.external.statistics.impl
 
StringStatisticImpl(String, String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.StringStatisticImpl
 
StringStatisticImpl(String, String, String) - Constructor for class org.glassfish.external.statistics.impl.StringStatisticImpl
 

T

Taxonomy - Annotation Type in org.glassfish.external.arc
Annotates classes, methods or fields as to the ARC taxonomy (stability level).
TimeStatistic - Interface in org.glassfish.external.statistics
Specifies standard timing measurements.
TimeStatisticImpl - Class in org.glassfish.external.statistics.impl
 
TimeStatisticImpl(long, long, long, long, String, String, String, long, long) - Constructor for class org.glassfish.external.statistics.impl.TimeStatisticImpl
 
toString() - Method in class org.glassfish.external.amx.MBeanListener
 
toString() - Method in enum org.glassfish.external.arc.Stability
 
toString() - Method in class org.glassfish.external.statistics.impl.AverageRangeStatisticImpl
 
toString() - Method in class org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
 
toString() - Method in class org.glassfish.external.statistics.impl.CountStatisticImpl
 
toString() - Method in class org.glassfish.external.statistics.impl.RangeStatisticImpl
 
toString() - Method in class org.glassfish.external.statistics.impl.StatisticImpl
 
toString() - Method in class org.glassfish.external.statistics.impl.StringStatisticImpl
 
toString() - Method in class org.glassfish.external.statistics.impl.TimeStatisticImpl
 
TYPE_KEY - Static variable in class org.glassfish.external.amx.AMX
ObjectName property for the type

U

UNIT_COUNT - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
UNIT_MICROSECOND - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
UNIT_MILLISECOND - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
UNIT_NANOSECOND - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
UNIT_SECOND - Static variable in class org.glassfish.external.statistics.impl.StatisticImpl
 
unregister(Object) - Static method in class org.glassfish.external.probe.provider.StatsProviderManager
 
unregister(Object) - Method in interface org.glassfish.external.probe.provider.StatsProviderManagerDelegate
 

V

valueOf(String) - Static method in enum org.glassfish.external.arc.Stability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.external.probe.provider.PluginPoint
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.external.arc.Stability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.external.probe.provider.PluginPoint
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitAMXReady(MBeanServerConnection) - Method in class org.glassfish.external.amx.AMXGlassfish
Wait until AMX has loaded and is ready for use.
A B C D E G H I L M N O P R S T U V W 

Copyright © 2017 Oracle. All rights reserved.