|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAgent
Tiny interface to describe an agent.
| Method Summary | |
|---|---|
Object |
getProperty(String key)
Obtains an agent property associated with the specified key. |
void |
setProperty(String key,
Object value)
Associates a property key with the specified value. |
| Methods inherited from interface de.jiac.micro.core.IContainer |
|---|
addHandle, getClassLoader, getHandle, getLogger, getLogger, removeHandle |
| Method Detail |
|---|
Object getProperty(String key)
key - the key for the property (= property name)
null if not set
void setProperty(String key,
Object value)
If value is null then this method just removes the property.
key - the key for the property (= property name)value - the value for the property or null if the property
should be removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||