Package org.glassfish.admin.amx.core
Interface Extra
-
- All Superinterfaces:
AMX_SPI,AMXProxy,MetaGetters,StdAttributesAccess
- All Known Implementing Classes:
AMXProxyHandler
@Taxonomy(stability=UNCOMMITTED) @Deprecated public interface Extra extends StdAttributesAccess, MetaGetters, AMXProxy
Deprecated.Extra information available about eachAMXProxy. Most of these fields are for advanced use and/or direct use of JMX.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Stringjava()Deprecated.return a compilable Java interface representing this MBeanMBeanServerConnectionmbeanServerConnection()Deprecated.Get the MBeanServerConnection.ProxyFactoryproxyFactory()Deprecated.-
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
-
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, nameProp, objectName, parent, parentPath, path, type, valid
-
Methods inherited from interface org.glassfish.admin.amx.core.MetaGetters
attributeInfo, descriptor, genericInterface, globalSingleton, group, interfaceName, isInvariantMBeanInfo, mbeanInfo, operationInfo, singleton, subTypes, supportsAdoption
-
Methods inherited from interface org.glassfish.admin.amx.core.StdAttributesAccess
getAttribute, getAttributes, invoke, setAttribute, setAttributes
-
-
-
-
Method Detail
-
mbeanServerConnection
MBeanServerConnection mbeanServerConnection()
Deprecated.Get the MBeanServerConnection.
-
proxyFactory
ProxyFactory proxyFactory()
Deprecated.- Returns:
- the
ProxyFactorythat created this proxy.
-
-