Uses of Interface
org.glassfish.gmbal.ManagedObjectManager

Packages that use ManagedObjectManager
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.commons   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.metro.api.config.management   
com.sun.xml.ws.rx   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
org.glassfish.gmbal   
org.glassfish.gmbal.impl   
 

Uses of ManagedObjectManager in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server that return ManagedObjectManager
abstract  ManagedObjectManager WSEndpoint.getManagedObjectManager()
          Get the ManagedObjectManager for this endpoint.
 

Uses of ManagedObjectManager in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client that return ManagedObjectManager
 ManagedObjectManager Stub.getManagedObjectManager()
           
 

Uses of ManagedObjectManager in com.sun.xml.ws.commons
 

Methods in com.sun.xml.ws.commons with parameters of type ManagedObjectManager
 void WSEndpointCollectionBasedMOMListener.registerAtMOM(MOMRegistrationAware momRegistrationAware, ManagedObjectManager managedObjectManager)
           
 void WSEndpointCollectionBasedMOMListener.unregisterFromMOM(MOMRegistrationAware momRegistrationAware, ManagedObjectManager managedObjectManager)
           
 

Uses of ManagedObjectManager in com.sun.xml.ws.developer
 

Methods in com.sun.xml.ws.developer that return ManagedObjectManager
 ManagedObjectManager WSBindingProvider.getManagedObjectManager()
          Get the ManagedObjectManager for this provider.
 

Uses of ManagedObjectManager in com.sun.xml.ws.metro.api.config.management
 

Methods in com.sun.xml.ws.metro.api.config.management that return ManagedObjectManager
 ManagedObjectManager ManagedEndpoint.getManagedObjectManager()
           
 

Uses of ManagedObjectManager in com.sun.xml.ws.rx
 

Methods in com.sun.xml.ws.rx that return ManagedObjectManager
 ManagedObjectManager RxConfiguration.getManagedObjectManager()
          Returns GMBAL/JMX manager
 ManagedObjectManager RxConfigurationBase.getManagedObjectManager()
           
 

Constructors in com.sun.xml.ws.rx with parameters of type ManagedObjectManager
RxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, SOAPVersion soapVersion, AddressingVersion addressingVersion, boolean requestResponseDetected, ManagedObjectManager managedObjectManager, HighAvailabilityProvider haProvider)
           
 

Uses of ManagedObjectManager in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server that implement ManagedObjectManager
 class WSEndpointMOMProxy
          ManagedObjectManager proxy class for WSEndpointImpl instances that could be used when Gmbal API calls need to be deferred.
 

Methods in com.sun.xml.ws.server that return ManagedObjectManager
 ManagedObjectManager MonitorBase.createManagedObjectManager(Stub stub)
          Client monitoring is OFF by default because there is no standard stub.close() method.
 ManagedObjectManager MonitorBase.createManagedObjectManager(WSEndpoint endpoint)
          Endpoint monitoring is ON by default.
 ManagedObjectManager WSEndpointImpl.getManagedObjectManager()
           
 ManagedObjectManager WSEndpointMOMProxy.getManagedObjectManager()
          Returns a real instance of ManagedObjectManager
 

Uses of ManagedObjectManager in org.glassfish.gmbal
 

Methods in org.glassfish.gmbal that return ManagedObjectManager
static ManagedObjectManager ManagedObjectManagerFactory.createFederated(ObjectName rootParentName)
          Alternative form of the create method to be used when the rootName is not needed explicitly.
static ManagedObjectManager ManagedObjectManagerFactory.createNOOP()
          Return a ManagedObjectManager that performs no operations.
static ManagedObjectManager ManagedObjectManagerFactory.createStandalone(String domain)
          Create a new ManagedObjectManager.
 

Uses of ManagedObjectManager in org.glassfish.gmbal.impl
 

Subinterfaces of ManagedObjectManager in org.glassfish.gmbal.impl
 interface ManagedObjectManagerInternal
          The internal interface to the ManagedObjectManager that is used in the gmbal implementation.
 

Classes in org.glassfish.gmbal.impl that implement ManagedObjectManager
 class ManagedObjectManagerImpl
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.