
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently, service developers can be notified of lifecycle events by implementing the following methods:
public void preInitialize();
public void postInitialize();
public void preStart();
public void postStart();
public void preAdvertise();
public void postAdvertise();
public void preDestroy();
We should provide annotations for at least the following:
@Initialized
@Started
@PreDestroy
|
|
Description
|
Currently, service developers can be notified of lifecycle events by implementing the following methods:
public void preInitialize();
public void postInitialize();
public void preStart();
public void postStart();
public void preAdvertise();
public void postAdvertise();
public void preDestroy();
We should provide annotations for at least the following:
@Initialized
@Started
@PreDestroy |
Show » |
| There are no comments yet on this issue.
|
|