|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectisc.sensor.outputadaptor.OAHandle
public abstract class OAHandle
Manage the single connection to the Openadaptor service.
All instances of OAObjectManager will use this single connection.
| Field Summary | |
|---|---|
protected static org.openadaptor.adaptor.RunAdaptor |
adaptor
The adaptor connection |
protected static java.lang.String |
CONFIG_FILE
Property for the server's config file |
protected static boolean |
initialized
boolean flag for initialization |
protected static org.apache.log4j.Logger |
log
log4j |
protected static java.lang.String |
PROP_OA_ADAPTER_NAME
Property for the open adaptor name in the config file. |
protected static java.lang.String |
PROP_OA_SOURCE_NAME
Property for this localsource's name eg: .C1 as in A.C1 |
protected AppProperties |
props
Application properties |
protected static OALocalAsyncSource |
source
The adaptor's source object |
| Constructor Summary | |
|---|---|
OAHandle()
Constructor |
|
| Method Summary | |
|---|---|
protected void |
finalize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AppProperties props
protected static final java.lang.String CONFIG_FILE
protected static final java.lang.String PROP_OA_ADAPTER_NAME
protected static final java.lang.String PROP_OA_SOURCE_NAME
protected static org.openadaptor.adaptor.RunAdaptor adaptor
protected static OALocalAsyncSource source
protected static volatile boolean initialized
protected static org.apache.log4j.Logger log
| Constructor Detail |
|---|
public OAHandle()
| Method Detail |
|---|
protected void finalize()
finalize in class java.lang.Object
Close connection only when source queue is dry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||