|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
public class AbsEnvironment
This class defines an implementation for an environment element.
Field Summary | |
---|---|
private java.util.List<EnvEntry> |
envEntryList
List of <env-entry> elements. |
private java.util.List<LifeCycleCallback> |
postConstructList
List of <post-construct> elements. |
private java.util.List<LifeCycleCallback> |
preDestroyList
List of <pre-destroy> elements. |
Constructor Summary | |
---|---|
AbsEnvironment()
Constructor : build a new object for environment. |
Method Summary | |
---|---|
void |
addEnvEntry(EnvEntry envEntry)
Add a new env-entry element to this object. |
void |
addPostConstruct(LifeCycleCallback postConstruct)
Add a new postConstruct element to this object. |
void |
addPreDestroy(LifeCycleCallback preDestroy)
Add a new preDestroy element to this object. |
java.util.List<EnvEntry> |
getEnvEntryList()
|
java.util.List<LifeCycleCallback> |
getPostConstructList()
|
java.util.List<LifeCycleCallback> |
getPreDestroyList()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<EnvEntry> envEntryList
private java.util.List<LifeCycleCallback> postConstructList
private java.util.List<LifeCycleCallback> preDestroyList
Constructor Detail |
---|
public AbsEnvironment()
Method Detail |
---|
public void addEnvEntry(EnvEntry envEntry)
envEntry
- the ejb-ref objectpublic java.util.List<EnvEntry> getEnvEntryList()
public void addPostConstruct(LifeCycleCallback postConstruct)
postConstruct
- the post-construct objectpublic java.util.List<LifeCycleCallback> getPostConstructList()
public void addPreDestroy(LifeCycleCallback preDestroy)
preDestroy
- the pre-destroy objectpublic java.util.List<LifeCycleCallback> getPreDestroyList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |