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
Fields inherited from class com.cosylab.epics.caj.cas.util.DefaultServerImpl
pvs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPropertyChangeListener.gov.aps.jca.cas.ProcessVariableExistanceCompletion
processVariableExistanceTest
(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:
processVariableExistanceTest
in interfacegov.aps.jca.cas.Server
- Overrides:
processVariableExistanceTest
in classcom.cosylab.epics.caj.cas.util.DefaultServerImpl
- Throws:
gov.aps.jca.CAException
IllegalArgumentException
IllegalStateException
-
addPropertyChangeListener
addPropertyChangeListener.
- Parameters:
name
- aString
objectl
- aPropertyChangeListener
object
-