com.cosylab.epics.caj.impl.requests
Class CreateChannelRequest
java.lang.Object
com.cosylab.epics.caj.impl.requests.AbstractCARequest
com.cosylab.epics.caj.impl.requests.CreateChannelRequest
- All Implemented Interfaces:
- Request
public class CreateChannelRequest
- extends AbstractCARequest
- Version:
- $id$
- Author:
- Matej Sekoranja
|
Field Summary |
protected int |
cid
Client channel ID. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cid
protected int cid
- Client channel ID.
CreateChannelRequest
public CreateChannelRequest(Transport transport,
String channelName,
int cid)
- Parameters:
transport - channelName - cid -
submit
public void submit()
throws IOException
- If sync. request (i.e. w/o callback), additionally increment context pending requests.
- Specified by:
submit in interface Request- Overrides:
submit in class AbstractCARequest
- Throws:
IOException- See Also:
Request.submit()
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.