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
    Modifier and Type
    Field
    Description
    static final String
    Constant PROPERTY_LAST_ADDED="lastAdded"

    Fields inherited from class com.cosylab.epics.caj.cas.util.DefaultServerImpl

    pvs
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for Server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PROPERTY_LAST_ADDED

      public static final String PROPERTY_LAST_ADDED
      Constant PROPERTY_LAST_ADDED="lastAdded"
      See Also:
  • Constructor Details

    • Server

      public Server()

      Constructor for Server.

  • Method Details