|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.displayers.chart.HistoryParameters
public class HistoryParameters
HistoryParameters
defines a connection point for the history data.
This class defines the remote connection which can be used to connect
to history or archive server and obtain data provided by those servers.
Constructor Summary | |
---|---|
HistoryParameters(java.lang.String remoteName)
Constructs a new HistoryParameters from the remote name. |
|
HistoryParameters(java.lang.String historyContext,
java.lang.String historyServer,
java.lang.String historyDevice,
java.lang.String historyProperty,
int historyIndex)
Constructs new HistoryParameters. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getHistoryContext()
Returns the context. |
java.lang.String |
getHistoryDevice()
Returns the device name. |
int |
getHistoryIndex()
Returns the index of the device. |
java.lang.String |
getHistoryProperty()
Returns the property name |
java.lang.String |
getHistoryServer()
Returns the device server. |
java.lang.String |
getRemoteName()
Returnst the remote name. |
int |
hashCode()
|
void |
setHistoryContext(java.lang.String historyContext)
Sets the new context. |
void |
setHistoryDevice(java.lang.String historyDevice)
Sets new device name. |
void |
setHistoryIndex(int historyIndex)
Sets the index of the device. |
void |
setHistoryProperty(java.lang.String historyProperty)
Sets new property name |
void |
setHistoryServer(java.lang.String historyServer)
Sets new device server. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HistoryParameters(java.lang.String historyContext, java.lang.String historyServer, java.lang.String historyDevice, java.lang.String historyProperty, int historyIndex)
historyContext
- historyServer
- historyDevice
- historyProperty
- historyIndex
- public HistoryParameters(java.lang.String remoteName)
remoteName
- Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getRemoteName()
HistoryParameters(String)
public java.lang.String getHistoryContext()
public void setHistoryContext(java.lang.String historyContext)
historyContext
- the historyContext to setpublic java.lang.String getHistoryDevice()
public void setHistoryDevice(java.lang.String historyDevice)
historyDevice
- the historyDevice to setpublic java.lang.String getHistoryProperty()
public void setHistoryProperty(java.lang.String historyProperty)
historyProperty
- the historyProperty to setpublic java.lang.String getHistoryServer()
public void setHistoryServer(java.lang.String historyServer)
historyServer
- the historyServer to setpublic int getHistoryIndex()
public void setHistoryIndex(int historyIndex)
historyIndex
- the historyIndex to setpublic int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |