Uses of Interface
org.glassfish.gmbal.ManagedObjectManager
Packages that use ManagedObjectManager
Package
Description
APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of ManagedObjectManager in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return ManagedObjectManagerModifier and TypeMethodDescriptionabstract 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 -
Uses of ManagedObjectManager in com.sun.xml.ws.commons
Methods in com.sun.xml.ws.commons with parameters of type ManagedObjectManagerModifier and TypeMethodDescriptionvoid
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 ManagedObjectManagerModifier and TypeMethodDescriptionWSBindingProvider.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 -
Uses of ManagedObjectManager in com.sun.xml.ws.rx
Methods in com.sun.xml.ws.rx that return ManagedObjectManagerModifier and TypeMethodDescriptionRxConfiguration.getManagedObjectManager()
Returns GMBAL/JMX managerRxConfigurationBase.getManagedObjectManager()
Constructors in com.sun.xml.ws.rx with parameters of type ManagedObjectManagerModifierConstructorDescriptionprotected
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 ManagedObjectManagerModifier and TypeClassDescriptionclass
ManagedObjectManager
proxy class forWSEndpointImpl
instances that could be used when Gmbal API calls need to be deferred.Methods in com.sun.xml.ws.server that return ManagedObjectManagerModifier and TypeMethodDescriptionMonitorBase.createManagedObjectManager
(WSEndpoint endpoint) Endpoint monitoring is ON by default.MonitorBase.createManagedObjectManager
(Stub stub) Client monitoring is OFF by default because there is no standard stub.close() method.WSEndpointImpl.getManagedObjectManager()
WSEndpointMOMProxy.getManagedObjectManager()
Returns a real instance ofManagedObjectManager
-
Uses of ManagedObjectManager in org.glassfish.gmbal
Methods in org.glassfish.gmbal that return ManagedObjectManagerModifier and TypeMethodDescriptionstatic 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.implModifier and TypeInterfaceDescriptioninterface
The internal interface to the ManagedObjectManager that is used in the gmbal implementation.Classes in org.glassfish.gmbal.impl that implement ManagedObjectManagerMethods in org.glassfish.gmbal.impl with parameters of type ManagedObjectManagerModifier and TypeMethodDescriptionstatic void
TimerAnnotationHelper.registerTimerClasses
(ManagedObjectManager mom) Constructors in org.glassfish.gmbal.impl with parameters of type ManagedObjectManager