Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.jms.extensions
Interface RegistrationHandle


public interface RegistrationHandle

The handle given back to a caller after a successful JMSDestinationAvailabilityHelper registration. A caller can then use this handle to unregister the associated DestinationAvailabilityListener and stop receiving destination availability updates.

See Also:
JMSDestinationAvailabilityHelper

Method Summary
 void unregister()
          Unregister the associated DestinationAvailabilityListener and stop receiving destination availability updates.
 

Method Detail

unregister

void unregister()
Unregister the associated DestinationAvailabilityListener and stop receiving destination availability updates.

See Also:
JMSDestinationAvailabilityHelper.register(java.util.Hashtable, java.lang.String, weblogic.jms.extensions.DestinationAvailabilityListener)

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02