|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.tango.extensions.factory.AbstractTangoConnection
public abstract class AbstractTangoConnection
| Method Summary | |
|---|---|
void |
addTangoConnectionListener(TangoConnectionListener listener)
If dispose has been called, throws an exception |
void |
dispose()
Because tango sometimes caches connections - dispose is *NOT* garanteed to kill this connection. |
java.lang.String |
getAttributeName()
May be null |
java.lang.String |
getCommandAttribute()
|
java.lang.String |
getName()
|
java.lang.String |
getUri()
Return the tango uri for this tango connection |
void |
removeTangoConnectionListener(TangoConnectionListener listener)
dispose automatically does this for all connections. |
void |
setCommandAttribute(java.lang.String commandAttribute)
This is "ExecuteCmd" by default |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.dawb.tango.extensions.factory.TangoConnection |
|---|
executeCommand, getValue, setValue |
| Method Detail |
|---|
public void addTangoConnectionListener(TangoConnectionListener listener)
addTangoConnectionListener in interface TangoConnectionlistener - public void removeTangoConnectionListener(TangoConnectionListener listener)
removeTangoConnectionListener in interface TangoConnectionlistener -
public void dispose()
throws java.lang.Exception
TangoConnection
dispose in interface TangoConnectionjava.lang.Exceptionpublic java.lang.String getUri()
TangoConnection
getUri in interface TangoConnectionpublic java.lang.String getName()
getName in interface TangoConnectionpublic java.lang.String getAttributeName()
TangoConnection
getAttributeName in interface TangoConnectionpublic java.lang.String getCommandAttribute()
getCommandAttribute in interface TangoConnectionpublic void setCommandAttribute(java.lang.String commandAttribute)
setCommandAttribute in interface TangoConnectioncommandAttribute -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||