Class Server
java.lang.Object
com.cosylab.epics.caj.cas.util.DefaultServerImpl
org.scictrl.csshell.epics.casperr.Server
- All Implemented Interfaces:
gov.aps.jca.cas.Server
public class Server
extends com.cosylab.epics.caj.cas.util.DefaultServerImpl
Server class.
- Author:
- igor@scictrl.com
-
Field Summary
FieldsFields inherited from class com.cosylab.epics.caj.cas.util.DefaultServerImpl
pvs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertyChangeListener.gov.aps.jca.cas.ProcessVariableExistanceCompletionprocessVariableExistanceTest(String aliasName, InetSocketAddress clientAddress, gov.aps.jca.cas.ProcessVariableExistanceCallback asyncCompletionCallback) Methods inherited from class com.cosylab.epics.caj.cas.util.DefaultServerImpl
createMemoryProcessVariable, processVariableAttach, registerProcessVariable, registerProcessVariable, unregisterProcessVariable
-
Field Details
-
PROPERTY_LAST_ADDED
ConstantPROPERTY_LAST_ADDED="lastAdded"- See Also:
-
-
Constructor Details
-
Server
public Server()Constructor for Server.
-
-
Method Details
-
processVariableExistanceTest
public gov.aps.jca.cas.ProcessVariableExistanceCompletion processVariableExistanceTest(String aliasName, InetSocketAddress clientAddress, gov.aps.jca.cas.ProcessVariableExistanceCallback asyncCompletionCallback) throws gov.aps.jca.CAException, IllegalArgumentException, IllegalStateException - Specified by:
processVariableExistanceTestin interfacegov.aps.jca.cas.Server- Overrides:
processVariableExistanceTestin classcom.cosylab.epics.caj.cas.util.DefaultServerImpl- Throws:
gov.aps.jca.CAExceptionIllegalArgumentExceptionIllegalStateException
-
addPropertyChangeListener
addPropertyChangeListener.
- Parameters:
name- aStringobjectl- aPropertyChangeListenerobject
-