|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.avalon.excalibur.container.Entry
Contains information about a particular instance of contained component. This would contain name, configuration data, parameters, log entries etc. Basically instance data.
| Constructor Summary | |
Entry()
|
|
| Method Summary | |
Info |
getInfo()
Retrieve Info describing instance. |
java.lang.Object |
getInstance()
Retrieve instance of component. |
Locator |
getLocator()
Retrieve Locator describing access path for instance. |
State |
getState()
Retrieve state of a component. |
void |
setInfo(Info info)
Mutator for info property. |
void |
setInstance(java.lang.Object instance)
Set instance of component. |
void |
setLocator(Locator locator)
Mutator for locator property. |
void |
setState(State state)
set state of a component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Entry()
| Method Detail |
public Info getInfo()
public void setInfo(Info info)
info - the Infopublic Locator getLocator()
public void setLocator(Locator locator)
locator - the Locatorpublic java.lang.Object getInstance()
public void setInstance(java.lang.Object instance)
public State getState()
public void setState(State state)
state - the components state
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||