org.csapi.jr.se
Interface Constants


public interface Constants

This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se


Field Summary
static int INVALID_STATE
          Unexpected sequence of methods, that is the sequence does not match the specified state diagrams.
static int METHOD_NOT_SUPPORTED
          The method is not allowed or supported within the context of the current service agreement.
static int NO_CALLBACK_ADDRESS_SET
          The requested method is refused because no callback address has been set (this may be the result of a timing issue between setting the callback address and invoking the method).
static int RESOURCES_UNAVAILABLE
          The required resources in the network are not available.
static int TASK_CANCELLED
          The requested method has been cancelled.
static int TASK_REFUSED
          The requested method has been refused.
 

Field Detail

METHOD_NOT_SUPPORTED

public static final int METHOD_NOT_SUPPORTED
The method is not allowed or supported within the context of the current service agreement.

See Also:
Constant Field Values

NO_CALLBACK_ADDRESS_SET

public static final int NO_CALLBACK_ADDRESS_SET
The requested method is refused because no callback address has been set (this may be the result of a timing issue between setting the callback address and invoking the method).

See Also:
Constant Field Values

RESOURCES_UNAVAILABLE

public static final int RESOURCES_UNAVAILABLE
The required resources in the network are not available.

See Also:
Constant Field Values

TASK_CANCELLED

public static final int TASK_CANCELLED
The requested method has been cancelled.

See Also:
Constant Field Values

TASK_REFUSED

public static final int TASK_REFUSED
The requested method has been refused.

See Also:
Constant Field Values

INVALID_STATE

public static final int INVALID_STATE
Unexpected sequence of methods, that is the sequence does not match the specified state diagrams.

See Also:
Constant Field Values