Class WSEndpointCollectionBasedMOMListener<T extends MOMRegistrationAware>

    • Constructor Detail

      • WSEndpointCollectionBasedMOMListener

        public WSEndpointCollectionBasedMOMListener​(String registrationName,
                                                    Map<WSEndpoint,​T> registrationAwareMap)
      • WSEndpointCollectionBasedMOMListener

        public WSEndpointCollectionBasedMOMListener​(Object lock,
                                                    String registrationName,
                                                    Map<WSEndpoint,​T> registrationAwareMap)
    • Method Detail

      • initialize

        public void initialize()
        Initializes this listener. Currently this means that listener is registering itself at LazyMOMProvider.
      • canRegisterAtMOM

        public boolean canRegisterAtMOM()
        Returns an indication whether a object can be directly registered at ManagedObjectManager.
        Returns:
        true if a object can be registered, false otherwise
      • registerAtMOM

        public void registerAtMOM​(MOMRegistrationAware momRegistrationAware,
                                  org.glassfish.gmbal.ManagedObjectManager managedObjectManager)
      • unregisterFromMOM

        public void unregisterFromMOM​(MOMRegistrationAware momRegistrationAware,
                                      org.glassfish.gmbal.ManagedObjectManager managedObjectManager)