|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.cache.impl.PassivationGroupContainer
public class PassivationGroupContainer
Comment
| Constructor Summary | |
|---|---|
PassivationGroupContainer()
|
|
| Method Summary | |
|---|---|
PassivationGroup |
create(java.lang.Class<?>[] initTypes,
java.lang.Object[] initValues)
Creates a new stateful object by calling it's empty constructor, do injection, calling post-construct and finally calling the appropriate init method. |
void |
destroy(PassivationGroup obj)
Perform any cleanup actions on the object, such as calling the pre-destroy callback. |
void |
postActivate(PassivationGroup obj)
This method is called after an object has been retrieved from an ObjectStore. |
void |
prePassivate(PassivationGroup obj)
This method is called before an object is serialized into an ObjectStore. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PassivationGroupContainer()
| Method Detail |
|---|
public PassivationGroup create(java.lang.Class<?>[] initTypes,
java.lang.Object[] initValues)
StatefulObjectFactory
create in interface StatefulObjectFactory<PassivationGroup>initTypes - the argument types for the init methodinitValues - the arguments for the init method
public void destroy(PassivationGroup obj)
StatefulObjectFactory
destroy in interface StatefulObjectFactory<PassivationGroup>obj - the objectpublic void postActivate(PassivationGroup obj)
PassivationManager
postActivate in interface PassivationManager<PassivationGroup>obj - the objectpublic void prePassivate(PassivationGroup obj)
PassivationManager
prePassivate in interface PassivationManager<PassivationGroup>obj - the object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||