|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a lifecycle interface for a WS-Resource
. If the
Resource class implements the ResourceLifeycle interface, the
WS-RF runtime system is required to manage the lifecycle of the
corresponding Resource objects.
Method Summary | |
void |
destroy()
The WS-RF runtime system ends the lifecycle of a Resource
object by invoking this method. |
void |
init(java.util.Map context)
The WS-RF runtime system initializes a Resource object by
invoking this method. |
Method Detail |
public void destroy()
Resource
object by invoking this method.
public void init(java.util.Map context)
Resource
object by
invoking this method.
context
- initialization parameters; null may be specified if
there are no initialization parameters
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |