public interface TerminatorIF
| Modifier and Type | Method and Description |
|---|---|
void |
terminateForInstance(AoSession aoSession,
java.lang.String name,
T_LONGLONG aid,
T_LONGLONG iid,
java.lang.String parameter)
This method can be called by the client when the server should be start a termination process.
|
void terminateForInstance(AoSession aoSession, java.lang.String name, T_LONGLONG aid, T_LONGLONG iid, java.lang.String parameter) throws CORBAFileServerException
aoSession - the ASAM ODS session.name - the name of the file.aid - the application element id.iid - the instance element id.parameter - the parameter string. The content depends on the
server side terminate implementation.CORBAFileServerException - with the following possible error codes:
FILESERVER_CONNECT_FAILED
FILESERVER_BAD_PARAMETER
FILESERVER_CONNECTION_LOST
FILESERVER_IMPLEMENTATION_PROBLEM
FILESERVER_NOT_IMPLEMENTED
FILESERVER_NO_MEMORY