A C D F G I O R S W

A

addHost(String, int) - Method in class jpa.p1.sub.Subscriber
This method adds a PlatformOne server to the list of alternatives for making a connection to.

C

cancel(SubDatasetEvent) - Method in class jpa.p1.sub.SubDataset
This method cancels a watch on the dataset.
cancel(SubDatasetListEvent) - Method in class jpa.p1.sub.SubDatasetList
This method cancels a watch on the dataset list.
cancel(SubRecordEvent) - Method in class jpa.p1.sub.SubRecord
This method cancels a watch on the record.
cancel(SubRecordListEvent) - Method in class jpa.p1.sub.SubRecordList
This method cancels a watch on the record list.
clearHosts() - Method in class jpa.p1.sub.Subscriber
This method clears the list of alternative PlatformOne server hosts.
connect() - Method in class jpa.p1.sub.Subscriber
This method attempts to establish a connection to the first available server host.
connectToHost(String, int) - Method in class jpa.p1.sub.Subscriber
This method attempts to establish a connection to the specified PlatformOne server host.
createDataset(String) - Method in class jpa.p1.sub.Subscriber
This method creates a new dataset object.
createDatasetList() - Method in class jpa.p1.sub.Subscriber
This method creates a new dataset list object.
createRecord(String) - Method in class jpa.p1.sub.SubDataset
This method creates a new record object.
createRecordList() - Method in class jpa.p1.sub.SubDataset
This method creates a new record list object.

D

DATASETSTATE_AVAILABLE - Static variable in class jpa.p1.sub.SubConstants
Dataset is available
DATASETSTATE_UNAVAILABLE - Static variable in class jpa.p1.sub.SubConstants
Dataset is unavailable
deleteDataset(SubDataset) - Method in class jpa.p1.sub.Subscriber
This method deletes a dataset object.
deleteDatasetList(SubDatasetList) - Method in class jpa.p1.sub.Subscriber
This method deletes a dataset list object.
deleteRecord(SubRecord) - Method in class jpa.p1.sub.SubDataset
This method deletes a record object.
deleteRecordList(SubRecordList) - Method in class jpa.p1.sub.SubDataset
This method deletes a record list object.
disconnect() - Method in class jpa.p1.sub.Subscriber
This method disconnects from the current PlatformOne server host, or abandons connection attempts if there is currently no connection.

F

FIELDTYPE_ATTR - Static variable in class jpa.p1.sub.SubConstants
Attribute - not used by client applications
FIELDTYPE_NONE - Static variable in class jpa.p1.sub.SubConstants
Field type unknown
FIELDTYPE_NUMERIC - Static variable in class jpa.p1.sub.SubConstants
Numeric
FIELDTYPE_PRICE - Static variable in class jpa.p1.sub.SubConstants
Price - as numeric, but may have coloration applied by client application
FIELDTYPE_TEXT - Static variable in class jpa.p1.sub.SubConstants
Text
finalize() - Method in class jpa.p1.sub.SubDataset
 
finalize() - Method in class jpa.p1.sub.SubDatasetList
 
finalize() - Method in class jpa.p1.sub.SubRecord
 
finalize() - Method in class jpa.p1.sub.SubRecordList
 
finalize() - Method in class jpa.p1.sub.SubSchema
 
finalize() - Method in class jpa.p1.sub.Subscriber
 
finalize() - Method in class jpa.p1.sub.SubValue
 
findAttr(char) - Method in class jpa.p1.sub.SubRecord
This method finds the object representing the value of the specified attribute, and returns a reference to it.
findValue(String) - Method in class jpa.p1.sub.SubRecord
This method finds the object representing the value of the specified field, and returns a reference to it.

G

getAttr(int) - Method in class jpa.p1.sub.SubRecord
This method returns a reference to the object representing an individual attribute.
getDataset() - Method in class jpa.p1.sub.SubRecord
This method returns a reference to the dataset object to which this record belongs.
getDataset() - Method in class jpa.p1.sub.SubSchema
This method returns a reference to the object representing the dataset to which this schema belongs.
getDisplayValue() - Method in class jpa.p1.sub.SubValue
This method returns the dipslay value of the field.
getField(int) - Method in class jpa.p1.sub.SubSchema
This method returns a reference to the object representing an individual field in the schema.
getFieldName() - Method in class jpa.p1.sub.SubValue
This method returns the field name.
getFieldType() - Method in class jpa.p1.sub.SubValue
This method returns the field type.
getName() - Method in class jpa.p1.sub.SubDataset
This method returns the dataset name.
getName() - Method in class jpa.p1.sub.SubField
This method returns the field name.
getName() - Method in class jpa.p1.sub.SubRecord
This method returns the record name.
getName() - Method in class jpa.p1.sub.SubSchema
This method returns the name of the schema.
getNumAttr() - Method in class jpa.p1.sub.SubRecord
This method returns the number of attributes in the record.
getNumField() - Method in class jpa.p1.sub.SubSchema
This method returns the number of fields in the schema.
getNumValue() - Method in class jpa.p1.sub.SubRecord
This method returns the number of values in the record.
getSchema() - Method in class jpa.p1.sub.SubRecord
This method returns a reference to the object representing the schema used by the object.
getState() - Method in class jpa.p1.sub.SubRecord
This method returns the current state of the record.
getTimestamp() - Method in class jpa.p1.sub.SubRecord
This method returns the timestamp of the most recent update to the record.
getType() - Method in class jpa.p1.sub.SubField
This method returns the field type.
getUser() - Method in class jpa.p1.sub.Subscriber
This method gets the current user name.
getValue() - Method in class jpa.p1.sub.SubValue
This method returns the internal value of the field.
getValue(int) - Method in class jpa.p1.sub.SubRecord
This method returns a reference to the object representing an individual value.

I

isChanged() - Method in class jpa.p1.sub.SubValue
This method determines whether or not the field has changed in the current update.

O

onAbort() - Method in interface jpa.p1.sub.SubRecordEvent
This method is invoked if the record is aborted.
onAddDataset(String) - Method in interface jpa.p1.sub.SubDatasetListEvent
This method is invoked whenever a dataset is added to the list.
onAddRecord(String) - Method in interface jpa.p1.sub.SubRecordListEvent
This method is invoked whenever a record is added to the list.
onConnected() - Method in interface jpa.p1.sub.SubscriberEvent
This method is invoked when a connection has been successfully established to a PlatformOne server host.
onConnectFailed() - Method in interface jpa.p1.sub.SubscriberEvent
This method is invoked when a connection attempt to a PlatformOne server host has failed.
onDeleteDataset(String) - Method in interface jpa.p1.sub.SubDatasetListEvent
This method is invoked whenever a dataset is deleted from the list.
onDeleteRecord(String) - Method in interface jpa.p1.sub.SubRecordListEvent
This method is invoked whenever a record is deleted from the list.
onDisconnected() - Method in interface jpa.p1.sub.SubscriberEvent
This method is invoked when an established connection to a PlatformOne server host has failed.
onFreeUpdate() - Method in interface jpa.p1.sub.SubRecordEvent
This method is invoked whenever a free-format (i.e.
onImage() - Method in interface jpa.p1.sub.SubRecordEvent
This method is invoked whenever an initial image is received for the record.
onImage(Vector) - Method in interface jpa.p1.sub.SubDatasetListEvent
This method is invoked when an initial image of the dataset list is received.
onImage(Vector) - Method in interface jpa.p1.sub.SubRecordListEvent
This method is invoked when an initial image of the record list is received.
onSchema() - Method in interface jpa.p1.sub.SubRecordEvent
This method is invoked whenever a schema is received.
onState(int) - Method in interface jpa.p1.sub.SubDatasetEvent
This method is invoked whenever the dataset state changes.
onState(int) - Method in interface jpa.p1.sub.SubRecordEvent
This method is invoked whenever the record's state changes.
onStatus(String) - Method in interface jpa.p1.sub.SubscriberEvent
This method is invoked when a status message has been received.
onUpdate() - Method in interface jpa.p1.sub.SubRecordEvent
This method is invoked whenever an update is received for the record.

R

RECORDSTATE_ABORT - Static variable in class jpa.p1.sub.SubConstants
Record has been aborted
RECORDSTATE_INIT - Static variable in class jpa.p1.sub.SubConstants
Record has been initialised
RECORDSTATE_NOTPERMITTED - Static variable in class jpa.p1.sub.SubConstants
Record is not permitted to be seen by this client
RECORDSTATE_OUTOFDATE - Static variable in class jpa.p1.sub.SubConstants
Record is out of date
RECORDSTATE_SCHEMA - Static variable in class jpa.p1.sub.SubConstants
Schema has been retrieved
RECORDSTATE_VALID - Static variable in class jpa.p1.sub.SubConstants
Record is valid
RECORDSTATE_WAITING - Static variable in class jpa.p1.sub.SubConstants
Record is waiting for image

S

SubConstants - class jpa.p1.sub.SubConstants.
This class contains various constants used throughout the JPA PlatformOne Subscription package.
SubConstants() - Constructor for class jpa.p1.sub.SubConstants
 
SubDataset - class jpa.p1.sub.SubDataset.
This class represents a single PlatformOne dataset.
SubDatasetEvent - interface jpa.p1.sub.SubDatasetEvent.
This interface is the event counterpart to the SubDataset interface.
SubDatasetList - class jpa.p1.sub.SubDatasetList.
This class represents a single PlatformOne dataset list.
SubDatasetListEvent - interface jpa.p1.sub.SubDatasetListEvent.
This interface is the event counterpart to the SubDatasetList interface.
SubField - class jpa.p1.sub.SubField.
This class represents a single PlatformOne field.
SubRecord - class jpa.p1.sub.SubRecord.
This class represents a single PlatformOne record.
SubRecordEvent - interface jpa.p1.sub.SubRecordEvent.
This interface is the event counterpart to the SubRecord interface.
SubRecordList - class jpa.p1.sub.SubRecordList.
This class represents a single PlatformOne record list.
SubRecordListEvent - interface jpa.p1.sub.SubRecordListEvent.
This interface is the event counterpart to the SubRecordList interface.
SubSchema - class jpa.p1.sub.SubSchema.
This class represents a single PlatformOne schema.
Subscriber - class jpa.p1.sub.Subscriber.
This is the main class in the JPA PlatformOne Subscription package, which is used for subscribing to PlatformOne data.
Subscriber(SubscriberEvent) - Constructor for class jpa.p1.sub.Subscriber
This is the sole constructor for Subscriber.
SubscriberEvent - interface jpa.p1.sub.SubscriberEvent.
This interface is the event counterpart to the Subscriber interface.
SubValue - class jpa.p1.sub.SubValue.
This class represents a single PlatformOne value or attribute.

W

watch(SubDatasetEvent) - Method in class jpa.p1.sub.SubDataset
This method watches the dataset state.
watch(SubDatasetListEvent) - Method in class jpa.p1.sub.SubDatasetList
This method watches the dataset list.
watch(SubRecordEvent) - Method in class jpa.p1.sub.SubRecord
This method watches the record.
watch(SubRecordListEvent) - Method in class jpa.p1.sub.SubRecordList
This method watches the record list.

A C D F G I O R S W