|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void destroy()
public void init(java.util.Properties p)
public void start()
public void stop()
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||