Issue Details (XML | Word | Printable)

Key: RIO-156
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dennis Reedy
Reporter: Dennis Reedy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Rio

Lifecycle annotation support

Created: 16/Feb/09 04:09 PM   Updated: 02/Mar/09 06:52 PM
Component/s: Instantiation
Affects Version/s: 4.0 M3
Fix Version/s: 4.0 M3

Time Tracking:
Not Specified


 Description  « Hide
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

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.