com.cosylab.epics.caj.cas.requests
Class AccessRightsRequest

java.lang.Object
  extended by com.cosylab.epics.caj.impl.requests.AbstractCARequest
      extended by com.cosylab.epics.caj.cas.requests.AccessRightsRequest
All Implemented Interfaces:
Request

public class AccessRightsRequest
extends AbstractCARequest

CA access rights response.

Version:
$id$
Author:
Matej Sekoranja

Field Summary
 
Fields inherited from class com.cosylab.epics.caj.impl.requests.AbstractCARequest
requestMessage, transport
 
Fields inherited from interface com.cosylab.epics.caj.impl.Request
DEFAULT_USER_PRIORITY, MAX_USER_PRIORITY, MIN_USER_PRIORITY, SEND_IMMEDIATELY_PRIORITY
 
Constructor Summary
AccessRightsRequest(Transport transport, gov.aps.jca.cas.ServerChannel channel)
           
 
Method Summary
 byte getPriority()
          Return default priority.
 
Methods inherited from class com.cosylab.epics.caj.impl.requests.AbstractCARequest
alignBuffer, calculateAlignedSize, generateRequestMessage, getRequestMessage, insertCAHeader, submit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessRightsRequest

public AccessRightsRequest(Transport transport,
                           gov.aps.jca.cas.ServerChannel channel)
Parameters:
transport -
Method Detail

getPriority

public byte getPriority()
Description copied from class: AbstractCARequest
Return default priority.

Specified by:
getPriority in interface Request
Overrides:
getPriority in class AbstractCARequest
Returns:
request priority.
See Also:
Request.getPriority()


Copyright © 2004-2013 Cosylab. All Rights Reserved.