Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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.

Since:
11gR1PS2 (WebLogic 10.3.3)
See Also:
JMSDestinationAvailabilityHelper

Method Summary
abstract  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)

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09