Uses of Interface
com.jrockit.mc.rjmx.IConnectionHandle

Packages that use IConnectionHandle
com.jrockit.mc.rjmx This package contains the core RJMX API. 
com.jrockit.mc.rjmx.flr.internal   
com.jrockit.mc.rjmx.notification This package contains interfaces for the prototype notification subsystem. 
com.jrockit.mc.rjmx.security This package contains the interface for dependency injection of password resolvers. 
com.jrockit.mc.rjmx.subscription This package contains everything related to the subscription of values. 
 

Uses of IConnectionHandle in com.jrockit.mc.rjmx
 

Methods in com.jrockit.mc.rjmx that return IConnectionHandle
 IConnectionHandle IConnectionManager.connect(IConnectionDescriptor descriptor)
          Connect using the IConnectionDescriptor
 IConnectionHandle ConnectionManager.connect(IConnectionDescriptor descriptor)
           
 IConnectionHandle IConnectionManager.disconnect(IConnectionHandle handle)
          Disconnects a IConnectionHandle
 IConnectionHandle ConnectionManager.disconnect(IConnectionHandle handle)
           
 IConnectionHandle ConnectionHandleEvent.getConnectionHandle()
          Return the IConnectionHandle this event concerns.
 IConnectionHandle[] IConnectionManager.getConnections()
          Returns all available IConnectionHandle
 IConnectionHandle[] ConnectionManager.getConnections()
           
 IConnectionHandle[] IConnectionManager.getConnections(IConnectionDescriptor descriptor)
          Returns all connection for a given IConnectionDescriptor
 IConnectionHandle[] ConnectionManager.getConnections(IConnectionDescriptor descriptor)
           
 IConnectionHandle ConnectionException.gethandle()
          Return the IConnectionHandle
 IConnectionHandle ConnectionManager.innerConnect(IConnectionDescriptor descriptor)
           
 

Methods in com.jrockit.mc.rjmx with parameters of type IConnectionHandle
 boolean IConnectionHandleFilter.accept(IConnectionHandle handle)
          Returns true if the handle is accepted by the filter, false otherwise.
 IConnectionHandle IConnectionManager.disconnect(IConnectionHandle handle)
          Disconnects a IConnectionHandle
 IConnectionHandle ConnectionManager.disconnect(IConnectionHandle handle)
           
static boolean ConnectionDescriptorToolkit.isJRockit(IConnectionHandle connectionHandle)
          Returns true if the connection handle is connected to a JRockit, false otherwise.
 

Constructors in com.jrockit.mc.rjmx with parameters of type IConnectionHandle
ConnectionException(IConnectionDescriptor descriptor, IConnectionHandle handle)
          Creates a connection exception
ConnectionException(IConnectionDescriptor descriptor, IConnectionHandle handle, java.lang.Exception cause)
          Creates a connection exception
ConnectionException(java.lang.String message, IConnectionDescriptor descriptor, IConnectionHandle handle, java.lang.Exception cause)
          Creates a connection exception
ConnectionHandleEvent(IConnectionHandle handle, ConnectionHandleEvent.State state)
          Constructs an IConnectionHandleStateListener event
 

Uses of IConnectionHandle in com.jrockit.mc.rjmx.flr.internal
 

Methods in com.jrockit.mc.rjmx.flr.internal that return IConnectionHandle
 IConnectionHandle FlightRecorderCommunicationHelper.getConnectionHandle()
           
 

Constructors in com.jrockit.mc.rjmx.flr.internal with parameters of type IConnectionHandle
FlightRecorderCommunicationHelper(IConnectionHandle handle)
           
R28FlightRecorderService(IConnectionHandle handle)
           
 

Uses of IConnectionHandle in com.jrockit.mc.rjmx.notification
 

Methods in com.jrockit.mc.rjmx.notification that return IConnectionHandle
 IConnectionHandle NotificationEvent.getSource()
          Returns the IConnectionHandle that was the source of the event.
 

Methods in com.jrockit.mc.rjmx.notification with parameters of type IConnectionHandle
 void INotificationTrigger.triggerOn(IConnectionHandle connectionHandle, NotificationRule rule, AttributeValueEvent attributeEvent)
          This method determines if any action should be taken on the incoming event.
 

Constructors in com.jrockit.mc.rjmx.notification with parameters of type IConnectionHandle
NotificationEvent(IConnectionHandle source, NotificationRule rule, java.lang.Object triggerValue, boolean wasTriggered)
          Constructor.
NotificationEvent(IConnectionHandle source, NotificationRule rule, java.lang.Object triggerValue, boolean wasTriggered, int sustainTime)
          Constructor.
 

Uses of IConnectionHandle in com.jrockit.mc.rjmx.security
 

Constructors in com.jrockit.mc.rjmx.security with parameters of type IConnectionHandle
ConnectionSecurityException(IConnectionDescriptor descriptor, IConnectionHandle handle)
          Creates a security exception.
ConnectionSecurityException(java.lang.String message, IConnectionDescriptor descriptor, IConnectionHandle handle, java.lang.Exception cause)
          Creates a security exception.
 

Uses of IConnectionHandle in com.jrockit.mc.rjmx.subscription
 

Methods in com.jrockit.mc.rjmx.subscription that return IConnectionHandle
 IConnectionHandle IAttributeSubscription.getConnectionHandle()
          Return the IConnectionHandle this subscription is bound to.
 IConnectionHandle AttributeValueEvent.getConnectionHandle()
          Returns the connection handle from where the event originated.
 

Methods in com.jrockit.mc.rjmx.subscription with parameters of type IConnectionHandle
static IAttributeInfo AttributeInfoToolkit.getAttributeInfo(IConnectionHandle handle, AttributeDescriptor descriptor)
          Returns true if the AttributeDescriptor is a composite child.
static IAttributeInfo[] AttributeInfoToolkit.getCompositeChildren(IConnectionHandle handle, IAttributeInfo attributeInfo)
          Returns the composite children for the specified attribute info.
static IAttributeInfo AttributeInfoToolkit.getCompositeParent(IConnectionHandle handle, IAttributeInfo compositeChild)
          Returns the composite parent for a specified attribute info.
static java.lang.String AttributeInfoToolkit.getDescription(IConnectionHandle handle, AttributeDescriptor attributeDescriptor)
          Returns the description for the specified attribute info.
static java.lang.String AttributeInfoToolkit.getDisplayName(IConnectionHandle handle, AttributeDescriptor attributeDescriptor)
          This represents a more user friendly display name for the attribute.
 

Constructors in com.jrockit.mc.rjmx.subscription with parameters of type IConnectionHandle
AttributeValueEvent(AttributeDescriptor source, IConnectionHandle connectionHandle, long timestamp, java.lang.Object value)
          Constructor.
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.