|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.server.attributes.requestors.GenericAttributeRequestor
public abstract class GenericAttributeRequestor
A base class for attribute requestors.
Description:
This base class for attribute requestors contains the
default managers and a system logger.
Concurrency issues:
-
| Field Summary | |
|---|---|
protected ASelectConfigManager |
_configManager
The configuration |
protected ASelectSAMAgent |
_samAgent
The SAM agent. |
protected ASelectSystemLogger |
_systemLogger
The logger for system entries. |
| Constructor Summary | |
|---|---|
GenericAttributeRequestor()
The default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.aselect.server.attributes.requestors.IAttributeRequestor |
|---|
destroy, getAttributes, init |
| Field Detail |
|---|
protected ASelectConfigManager _configManager
protected ASelectSAMAgent _samAgent
protected ASelectSystemLogger _systemLogger
| Constructor Detail |
|---|
public GenericAttributeRequestor()
_configManager != null_samAgent != null_systemLogger != null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||