com.cosylab.epics.caj.impl
Interface ResponseRequest

All Known Subinterfaces:
NotifyResponseRequest
All Known Implementing Classes:
EventAddRequest, ReadNotifyRequest, WriteNotifyRequest

public interface ResponseRequest

Version:
$id$
Author:
Matej Sekoranja

Method Summary
 void cancel()
          Cancel response request (allways to be called to complete/destroy).
 void exception(int errorCode, String errorMessage)
          Exception response notification.
 int getIOID()
          Get I/O ID.
 void timeout()
          Timeout notification.
 

Method Detail

getIOID

int getIOID()
Get I/O ID.

Returns:
ioid

timeout

void timeout()
Timeout notification.


cancel

void cancel()
Cancel response request (allways to be called to complete/destroy).


exception

void exception(int errorCode,
               String errorMessage)
Exception response notification.

Parameters:
errorCode - exception code.
errorMessage - received detailed message.


Copyright © 2004-2013 Cosylab. All Rights Reserved.