com.cosylab.epics.caj.cas.requests
Class ReadNotifyRequest
java.lang.Object
com.cosylab.epics.caj.impl.requests.AbstractCARequest
com.cosylab.epics.caj.cas.requests.ReadNotifyRequest
- All Implemented Interfaces:
- Request
public class ReadNotifyRequest
- extends AbstractCARequest
CA read notify response notify.
- Version:
- $id$
- Author:
- Matej Sekoranja
|
Constructor Summary |
ReadNotifyRequest(Transport transport,
int sid,
int ioid,
int dataType,
int dataCount,
gov.aps.jca.dbr.DBR value)
|
|
Method Summary |
byte |
getPriority()
Return default priority. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadNotifyRequest
public ReadNotifyRequest(Transport transport,
int sid,
int ioid,
int dataType,
int dataCount,
gov.aps.jca.dbr.DBR value)
- Parameters:
transport - sid - ioid - dataType - dataCount - value -
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.