|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openiec61850.ClientAssociation
public class ClientAssociation
Method Summary | |
---|---|
void |
close()
will close the connection simply by closing the socket (i.e. |
void |
createDataSet(DataSet dataSet)
The client should create the data set first and add it to either the nonpersistent list or to the model. |
void |
deleteDataSet(DataSet dataSet)
|
void |
disconnect()
will send a disconnect request first and then close the socket (i.e. |
java.util.List<ServiceError> |
getDataSetValues(DataSet dataSet)
|
ModelNode |
getDataValues(FcModelNode modelNode)
|
void |
getRCBValues(ReportControlBlock rcb)
|
Report |
getReport()
|
Report |
getReport(int timeout)
|
ServerModel |
retrieveModel()
The Model contains not SubDataObjects because they cannot be distinguished from Constructed Data Attributes in MMS. |
java.util.List<ServiceError> |
setDataSetValues(DataSet dataSet)
|
void |
setDataValues(FcModelNode modelNode)
|
void |
setRCBValues(ReportControlBlock rcb)
|
void |
updateDataSets()
This function will get the definition of all persistent DataSets from the server and update the DataSets in the ServerModel that was returned by the retrieveModel() function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ServerModel retrieveModel() throws ServiceError
ServiceError
public ModelNode getDataValues(FcModelNode modelNode) throws ServiceError
ServiceError
public void setDataValues(FcModelNode modelNode) throws ServiceError
ServiceError
public void updateDataSets() throws ServiceError
ServiceError
public void createDataSet(DataSet dataSet) throws ServiceError
ServiceError
public void deleteDataSet(DataSet dataSet) throws ServiceError
ServiceError
public java.util.List<ServiceError> getDataSetValues(DataSet dataSet) throws ServiceError
ServiceError
public java.util.List<ServiceError> setDataSetValues(DataSet dataSet) throws ServiceError
ServiceError
public void getRCBValues(ReportControlBlock rcb) throws ServiceError
ServiceError
public void setRCBValues(ReportControlBlock rcb) throws ServiceError
ServiceError
public Report getReport() throws ServiceError
ServiceError
public Report getReport(int timeout) throws ServiceError
ServiceError
public void close()
public void disconnect()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |