GigaSpaces XAP 8.0 API

com.j_spaces.core.client
Interface ObjectFormat


Deprecated. Since 8.0 - This interface is no longer relevant since ExternalEntry has been deprecated.

@Deprecated
public interface ObjectFormat

Each Object in the space represents one of the applicable supported formats. These formats describe the objects' type, and are accessible by IGSEntry.getFormat(). The default format is accessible by DEFAULT.

Since:
5.1
Version:
1.0
Author:
moran

Field Summary
static short DEFAULT
          Deprecated. The object format which is defined as default, i.e.
static short ENTRY
          Deprecated. Object represents an Entry.
static short POJO
          Deprecated. Object represents a Plain Old Java Object.
 

Field Detail

ENTRY

static final short ENTRY
Deprecated. 
Object represents an Entry.

See Also:
Constant Field Values

POJO

static final short POJO
Deprecated. 
Object represents a Plain Old Java Object.

See Also:
Constant Field Values

DEFAULT

static final short DEFAULT
Deprecated. 
The object format which is defined as default, i.e. 0

See Also:
Constant Field Values

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.