Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

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
 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, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06