org.ow2.carol.cmi.smart.api
Interface Operations


public interface Operations

Describes all protocol's value used to exchange messages.

Author:
The new CMI team, Florent Benoit

Field Summary
static byte CLASS_ANSWER
          Server answering for a class.
static byte CLASS_NOT_FOUND
          Server answering for a class that was not found.
static byte CLASS_REQUEST
          Client asking for a Class.
static byte FACTORY_NAME_ANSWER
          Server answering for a factory name.
static byte FACTORY_NAME_REQUEST
          Client asking for a factory name.
static byte PROVIDER_URLS_ANSWER
          Server answering for a provider url.
static byte PROVIDER_URLS_REQUEST
          Client asking for a provider url.
static byte RESOURCE_ANSWER
          Server answering for a resource.
static byte RESOURCE_NOT_FOUND
          Server answering for a resource that was not found.
static byte RESOURCE_REQUEST
          Client asking for a resource.
 

Field Detail

CLASS_REQUEST

static final byte CLASS_REQUEST
Client asking for a Class.

See Also:
Constant Field Values

CLASS_ANSWER

static final byte CLASS_ANSWER
Server answering for a class.

See Also:
Constant Field Values

RESOURCE_REQUEST

static final byte RESOURCE_REQUEST
Client asking for a resource.

See Also:
Constant Field Values

RESOURCE_ANSWER

static final byte RESOURCE_ANSWER
Server answering for a resource.

See Also:
Constant Field Values

PROVIDER_URLS_REQUEST

static final byte PROVIDER_URLS_REQUEST
Client asking for a provider url.

See Also:
Constant Field Values

PROVIDER_URLS_ANSWER

static final byte PROVIDER_URLS_ANSWER
Server answering for a provider url.

See Also:
Constant Field Values

FACTORY_NAME_REQUEST

static final byte FACTORY_NAME_REQUEST
Client asking for a factory name.

See Also:
Constant Field Values

FACTORY_NAME_ANSWER

static final byte FACTORY_NAME_ANSWER
Server answering for a factory name.

See Also:
Constant Field Values

RESOURCE_NOT_FOUND

static final byte RESOURCE_NOT_FOUND
Server answering for a resource that was not found.

See Also:
Constant Field Values

CLASS_NOT_FOUND

static final byte CLASS_NOT_FOUND
Server answering for a class that was not found.

See Also:
Constant Field Values


Copyright © 2008 OW2 Consortium. All Rights Reserved.