Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractMOMRegistrationAware - Class in com.sun.xml.ws.commons
-
Default implementation of
MOMRegistrationAware. - AbstractMOMRegistrationAware() - Constructor for class com.sun.xml.ws.commons.AbstractMOMRegistrationAware
-
Default constructor.
- AbstractTaskManager - Class in com.sun.xml.ws.commons
-
Abstract parent of *TaskManager classes com.sun.xml.ws.commons created to avoid duplication of code in the individual implementations
- AbstractTaskManager() - Constructor for class com.sun.xml.ws.commons.AbstractTaskManager
- asString(HaInfo) - Static method in class com.sun.xml.ws.commons.ha.HaContext
C
- canRegisterAtMOM() - Method in class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
-
Returns an indication whether a object can be directly registered at
ManagedObjectManager. - clear() - Static method in class com.sun.xml.ws.commons.ha.HaContext
- close() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
-
shutdown the ScheduledExecutorService if we created it.
- close(boolean, long) - Method in class com.sun.xml.ws.commons.AbstractTaskManager
-
shutdown the ScheduledExecutorService if we created it.
- com.sun.xml.ws.commons - package com.sun.xml.ws.commons
- com.sun.xml.ws.commons.ha - package com.sun.xml.ws.commons.ha
- createManager(String, int, Component) - Static method in class com.sun.xml.ws.commons.DelayedTaskManager
- createThreadFactory() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
- createThreadFactory() - Method in class com.sun.xml.ws.commons.DelayedTaskManager
- createThreadFactory() - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
- currentHaInfo() - Static method in class com.sun.xml.ws.commons.ha.HaContext
- currentState() - Static method in class com.sun.xml.ws.commons.ha.HaContext
D
- DelayedTaskManager - Class in com.sun.xml.ws.commons
- DelayedTaskManager.DelayedTask - Interface in com.sun.xml.ws.commons
E
- equals(Object) - Method in class com.sun.xml.ws.commons.ha.StickyKey
F
- failoverDetected() - Static method in class com.sun.xml.ws.commons.ha.HaContext
G
- getComponent() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
- getComponent() - Method in class com.sun.xml.ws.commons.DelayedTaskManager
- getComponent() - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
- getExecutorService() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
-
Return the appropriate ScheduledExecutorService - on initial access, check for container.getSPI NOTE - A COPY OF THIS METHOD CAN BE FOUND AT
com.sun.xml.ws.metro.api.config.management.ManagedEndpoint#getExecutorService() ManagedEndpoint.getExecutorService()IN metro-cm-api IF A SUITABLE COMMON LOCATION CAN BE FOUND BOTH COPIES MUST BE MOVED - getHashKey() - Method in class com.sun.xml.ws.commons.ha.StickyKey
- getLogger() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
- getLogger() - Method in class com.sun.xml.ws.commons.DelayedTaskManager
- getLogger() - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
- getName() - Method in interface com.sun.xml.ws.commons.DelayedTaskManager.DelayedTask
- getThreadPoolName() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
- getThreadPoolName() - Method in class com.sun.xml.ws.commons.DelayedTaskManager
- getThreadPoolName() - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
- getThreadPoolSize() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
- getThreadPoolSize() - Method in class com.sun.xml.ws.commons.DelayedTaskManager
- getThreadPoolSize() - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
H
- HaContext - Class in com.sun.xml.ws.commons.ha
-
Runtime HA context implemented using thread local state data
- HaContext.State - Class in com.sun.xml.ws.commons.ha
-
Internal state data of the HA context
- hashCode() - Method in class com.sun.xml.ws.commons.ha.StickyKey
I
- initFrom(Packet) - Static method in class com.sun.xml.ws.commons.ha.HaContext
- initFrom(HaContext.State) - Static method in class com.sun.xml.ws.commons.ha.HaContext
- initialize() - Method in class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
-
Initializes this listener.
- isClosed() - Method in class com.sun.xml.ws.commons.AbstractTaskManager
- isRegisteredAtMOM() - Method in class com.sun.xml.ws.commons.AbstractMOMRegistrationAware
- isRegisteredAtMOM() - Method in interface com.sun.xml.ws.commons.MOMRegistrationAware
M
- MaintenanceTaskExecutor - Class in com.sun.xml.ws.commons
- MOMRegistrationAware - Interface in com.sun.xml.ws.commons
-
Provides information whether or not is an object registered at
ManagedObjectManageror not.
N
- NamedThreadFactory - Class in com.sun.xml.ws.commons
- NamedThreadFactory(String) - Constructor for class com.sun.xml.ws.commons.NamedThreadFactory
- NamedThreadFactory(String, boolean) - Constructor for class com.sun.xml.ws.commons.NamedThreadFactory
- newThread(Runnable) - Method in class com.sun.xml.ws.commons.NamedThreadFactory
O
- org.glassfish.metro.commons - module org.glassfish.metro.commons
R
- register(DelayedTaskManager.DelayedTask, long, TimeUnit) - Method in class com.sun.xml.ws.commons.DelayedTaskManager
- register(DelayedTaskManager.DelayedTask, long, TimeUnit, Component) - Static method in class com.sun.xml.ws.commons.MaintenanceTaskExecutor
- registerAtMOM(MOMRegistrationAware, WSEndpoint<?>) - Method in class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
- registerAtMOM(MOMRegistrationAware, ManagedObjectManager) - Method in class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
- run(DelayedTaskManager) - Method in interface com.sun.xml.ws.commons.DelayedTaskManager.DelayedTask
- runOnce(Runnable) - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
-
Adds a new task for scheduled execution.
S
- ScheduledTaskManager - Class in com.sun.xml.ws.commons
-
Scheduled task manager provides a higher-level API for scheduling and controlling tasks that should run on a separate thread(s).
- ScheduledTaskManager(String, Component) - Constructor for class com.sun.xml.ws.commons.ScheduledTaskManager
-
TODO javadoc
- scopeChanged(LazyMOMProvider.Scope) - Method in class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
- setRegisteredAtMOM(boolean) - Method in class com.sun.xml.ws.commons.AbstractMOMRegistrationAware
- setRegisteredAtMOM(boolean) - Method in interface com.sun.xml.ws.commons.MOMRegistrationAware
- shutdown() - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
-
Stops all the tasks and shuts down the scheduled task executor
- startTask(Runnable, long, long) - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
-
Adds a new task for scheduled execution.
- StickyKey - Class in com.sun.xml.ws.commons.ha
- StickyKey(Serializable) - Constructor for class com.sun.xml.ws.commons.ha.StickyKey
- StickyKey(Serializable, String) - Constructor for class com.sun.xml.ws.commons.ha.StickyKey
- stopAllTasks() - Method in class com.sun.xml.ws.commons.ScheduledTaskManager
T
- toString() - Method in class com.sun.xml.ws.commons.ha.HaContext.State
- toString() - Method in class com.sun.xml.ws.commons.ha.StickyKey
U
- udpateReplicaInstance(String) - Static method in class com.sun.xml.ws.commons.ha.HaContext
- unregisterFromMOM(MOMRegistrationAware, WSEndpoint<?>) - Method in class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
- unregisterFromMOM(MOMRegistrationAware, ManagedObjectManager) - Method in class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
- updateHaInfo(HaInfo) - Static method in class com.sun.xml.ws.commons.ha.HaContext
V
- value - Variable in class com.sun.xml.ws.commons.VolatileReference
- VolatileReference<V> - Class in com.sun.xml.ws.commons
-
This class is useful in case you need to pass a reference to a variable that might have not been initialized yet.
- VolatileReference(V) - Constructor for class com.sun.xml.ws.commons.VolatileReference
W
- WSEndpointCollectionBasedMOMListener<T> - Class in com.sun.xml.ws.commons
-
Default implementation of
LazyMOMProvider.DefaultScopeChangeListenerfor manager factories handlingWSEndpointinstances. - WSEndpointCollectionBasedMOMListener(Object, String, Map<WSEndpoint<?>, T>) - Constructor for class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
- WSEndpointCollectionBasedMOMListener(String, Map<WSEndpoint<?>, T>) - Constructor for class com.sun.xml.ws.commons.WSEndpointCollectionBasedMOMListener
All Classes and Interfaces|All Packages|Serialized Form