jfun.yan.lifecycle
Interface Life

All Known Implementing Classes:
DefaultLifecycleManager.DefaultLifecycle, Lifecycle

public interface Life

This interface represents anything that can create a LiveObject that has life-cycle support.

As a metaphore, it is like giving life to a regular Java object.

Zephyr Business Solution

Author:
Michelle Lei

Method Summary
 LiveObject bear(java.lang.Object me)
          To create a LiveObject for a regular Java object.
 

Method Detail

bear

LiveObject bear(java.lang.Object me)
To create a LiveObject for a regular Java object.

Parameters:
me - the regular java object.
Returns:
the LiveObject.