Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.transport
Interface TransientHook


public interface TransientHook

The transient hook interface. A transient hook is a transient application to the transport. It will be loaded when a transport server starts up. The transport server will call the start() method to start the application and call the stop() method to stop the application.


Method Summary
 void destroy()
          Destroy the hook.
 void init(java.util.Properties p)
           
 void start()
          Start the hook.
 void stop()
          Stop the hook.

 

Method Detail

destroy

public void destroy()
Destroy the hook. It is called when the messaging server is ready to shut down.

init

public void init(java.util.Properties p)

start

public void start()
Start the hook.

stop

public void stop()
Stop the hook.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.