All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- absolute(int).
Method in interface javax.infobus.ScrollableRowsetAccess
- Set the row cursor to the specified row
If there are changes to the current row pending, the producer may
validate the changes and/or send them to the database
before changing the cursor.
- addDataConsumer(InfoBusDataConsumer).
Method in class javax.infobus.InfoBus
- Registers an InfoBusDataConsumer on the InfoBus, so that the
consumer can receive announcements of data availability via
InfoBusItemAvailableEvents and InfoBusItemRevokedEvents.
- addDataConsumer(InfoBusDataConsumer).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus each time an InfoBusDataConsumer joins the InfoBus
after the DataController did, to update the DataController of the
addition of the consumer.
- addDataController(InfoBusDataController, int).
Method in class javax.infobus.InfoBus
- Registers the InfoBusDataController on the InfoBus, adding it
to a list of controllers sorted by priority.
- addDataItemChangeListener(DataItemChangeListener).
Method in interface javax.infobus.DataItemChangeManager
- Adds a listener to the list of objects which request notification
of modifications to the DataItem's data.
- addDataItemChangeListener(DataItemChangeListener).
Method in class javax.infobus.DataItemChangeSupport
- Adds a change listener as requested by a consumer or other InfoBus component.
- addDataProducer(InfoBusDataProducer).
Method in class javax.infobus.InfoBus
- Registers an InfoBusDataProducer on the InfoBus, so that the
producer can receive request notifications from consumers in
the form of InfoBusItemRequestedEvents.
- addDataProducer(InfoBusDataProducer).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus each time an InfoBusDataProducer joins the InfoBus
after the DataController did, to update the DataController of the
addition of the producer.
- addInfoBusPropertyListener(PropertyChangeListener).
Method in interface javax.infobus.InfoBusMember
- Adds a PropertyChangeListener that will be alerted whenever the
InfoBusMember's setInfoBus method is called and not vetoed.
- addInfoBusPropertyListener(PropertyChangeListener).
Method in class javax.infobus.InfoBusMemberSupport
- Adds a PropertyChangeListener that will be alerted whenever the
InfoBusMember's setInfoBus method is called and not vetoed.
- addInfoBusVetoableListener(VetoableChangeListener).
Method in interface javax.infobus.InfoBusMember
- Adds a VetoableChangeListener to the list of listeners that will
be alerted whenever the InfoBusMember's setInfoBus method is called.
- addInfoBusVetoableListener(VetoableChangeListener).
Method in class javax.infobus.InfoBusMemberSupport
- Adds a VetoableChangeListener to the list of listeners that will
be alerted whenever the InfoBusMember's setInfoBus method is called.
- beginTransaction().
Method in interface javax.infobus.DbAccess
- Begin an explicit transaction.
- canAddDataConsumer(InfoBus, InfoBusDataConsumer).
Method in class javax.infobus.DefaultPolicy
-
- canAddDataConsumer(InfoBus, InfoBusDataConsumer).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's canAddDataConsumer method can be executed,
and throws a runtime Exception if not.
- canAddDataController(InfoBus, InfoBusDataController, int).
Method in class javax.infobus.DefaultPolicy
-
- canAddDataController(InfoBus, InfoBusDataController, int).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's canAddDataController method can be executed,
and throws a runtime Exception if not.
- canAddDataProducer(InfoBus, InfoBusDataProducer).
Method in class javax.infobus.DefaultPolicy
-
- canAddDataProducer(InfoBus, InfoBusDataProducer).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's canAddDataProducer method can be executed,
and throws a runtime Exception if not.
- canDelete().
Method in interface javax.infobus.RowsetAccess
-
Determine if deleting rows is allowed
- canFireItemAvailable(InfoBus, String, InfoBusDataProducer).
Method in class javax.infobus.DefaultPolicy
-
- canFireItemAvailable(InfoBus, String, InfoBusDataProducer).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's canFireItemAvailable method can be executed,
and throws a runtime Exception if not.
- canFireItemRevoked(InfoBus, String, InfoBusDataProducer).
Method in class javax.infobus.DefaultPolicy
-
- canFireItemRevoked(InfoBus, String, InfoBusDataProducer).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's canFireItemRevoked method can be executed,
and throws a runtime Exception if not.
- canGet(String).
Method in class javax.infobus.DefaultPolicy
-
- canGet(String).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the static InfoBus open method can be executed,
and throws a runtime Exception if not.
- canInsert().
Method in interface javax.infobus.RowsetAccess
-
Determine if inserting rows is allowed
- canJoin(InfoBus, InfoBusMember).
Method in class javax.infobus.DefaultPolicy
-
- canJoin(InfoBus, InfoBusMember).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's join method can be executed,
and throws a runtime Exception if not.
- canPropertyChange(InfoBus, PropertyChangeEvent).
Method in class javax.infobus.DefaultPolicy
-
- canPropertyChange(InfoBus, PropertyChangeEvent).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's proprtyChange method can be executed,
and throws a runtime Exception if not.
- canRegister(InfoBus, InfoBusMember).
Method in class javax.infobus.DefaultPolicy
-
- canRegister(InfoBus, InfoBusMember).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's register method can be executed,
and throws a runtime Exception if not.
- canRequestItem(InfoBus, String, InfoBusDataConsumer).
Method in class javax.infobus.DefaultPolicy
-
- canRequestItem(InfoBus, String, InfoBusDataConsumer).
Method in interface javax.infobus.InfoBusPolicyHelper
- Determines if the specifed InfoBus's canRequestItem method can be executed,
and throws a runtime Exception if not.
- canUpdate().
Method in interface javax.infobus.RowsetAccess
-
Returns true if modifying the items in all columns in the existing
rows is allowed, false otherwise.
- canUpdate(int).
Method in interface javax.infobus.RowsetAccess
- Returns true if modifying the items in the specified column is
allowed, false otherwise.
- canUpdate(String).
Method in interface javax.infobus.RowsetAccess
- Returns true if modifying the items in the specified column is
allowed, false otherwise.
- ColumnNotFoundException(String).
Constructor for class javax.infobus.ColumnNotFoundException
- Creates a ColumnNotFoundException
- commitTransaction().
Method in interface javax.infobus.DbAccess
- Commit all changes made since the last beginTransaction (there may be none)
Resume automatically commiting individual row changes.
- connect().
Method in interface javax.infobus.DbAccess
- Connect to the data source using current connection settings
- connect(String, Properties).
Method in interface javax.infobus.DbAccess
- connect to the specified database URL passing any required connection arguments in a Properties Object.
- connect(String, String, String).
Method in interface javax.infobus.DbAccess
- Connect to the specified database URL using the specified user ID and password
- dataItemAdded(DataItemAddedEvent).
Method in interface javax.infobus.DataItemChangeListener
- Indicates that a new item was added to an aggregate data item
(ArrayAccess, a JDK Collection, etc).
- DataItemAddedEvent(Object, Object, Object, InfoBusPropertyMap).
Constructor for class javax.infobus.DataItemAddedEvent
-
- dataItemAvailable(InfoBusItemAvailableEvent).
Method in interface javax.infobus.InfoBusDataConsumer
- This method is called by the InfoBus class on behalf of a
data producer that is announcing the availability of a new
data item by name.
- DataItemChangeSupport(Object).
Constructor for class javax.infobus.DataItemChangeSupport
- The constructor initializes an event indicating a change to a data item.
- dataItemDeleted(DataItemDeletedEvent).
Method in interface javax.infobus.DataItemChangeListener
- Indicates that an item was deleted from an aggregate data item
(ArrayAccess, a JDK Collection, etc).
- DataItemDeletedEvent(Object, Object, Object, InfoBusPropertyMap).
Constructor for class javax.infobus.DataItemDeletedEvent
-
- dataItemRequested(InfoBusItemRequestedEvent).
Method in interface javax.infobus.InfoBusDataProducer
- This method is called by the InfoBus class on behalf of a data
consumer that is requesting a data item by name.
- dataItemRevoked(DataItemRevokedEvent).
Method in interface javax.infobus.DataItemChangeListener
-
Indicates that an item (and its sub-items, if any) has been revoked,
and is temporarily unavailable.
- dataItemRevoked(InfoBusItemRevokedEvent).
Method in interface javax.infobus.InfoBusDataConsumer
- This method is called by the InfoBus class on behalf of a data
producer that is revoking the availability of a previously announced
data item.
- DataItemRevokedEvent(Object, Object, InfoBusPropertyMap).
Constructor for class javax.infobus.DataItemRevokedEvent
-
- dataItemValueChanged(DataItemValueChangedEvent).
Method in interface javax.infobus.DataItemChangeListener
- Indicates a changed value in the data item.
- DataItemValueChangedEvent(Object, Object, InfoBusPropertyMap).
Constructor for class javax.infobus.DataItemValueChangedEvent
-
- DefaultPolicy().
Constructor for class javax.infobus.DefaultPolicy
-
- deleteRow().
Method in interface javax.infobus.RowsetAccess
- Delete the current row.
- disconnect().
Method in interface javax.infobus.DbAccess
- Disconnect from the database
- DuplicateColumnException(String).
Constructor for class javax.infobus.DuplicateColumnException
- Creates a DuplicateColumnException
- enumerateListeners().
Method in class javax.infobus.DataItemChangeSupport
- Returns an enumeration of a clone of the listener list.
- executeCommand(String, String).
Method in interface javax.infobus.DbAccess
- executes the specified non-retrieval query and returns the count of
rows affected, or -1 if this is not applicable (the query does not
manipulate rows)
- executeRetrieval(String, String, String).
Method in interface javax.infobus.DbAccess
- This method executes the specified retrieval query and returns
the result as a DataItem.
- findDataItem(String, DataFlavor[], InfoBusDataConsumer).
Method in class javax.infobus.InfoBus
- Seeks a DataItem for a given data item name, by creating an
InfoBusItemRequestedEvent and distributing it to producers on the bus.
- findDataItem(String, DataFlavor[], InfoBusDataConsumer, InfoBusDataProducer).
Method in class javax.infobus.InfoBus
- Seeks a named DataItem only from a named target producer.
- findDataItem(String, DataFlavor[], InfoBusDataConsumer, Vector).
Method in class javax.infobus.InfoBus
- Requests data from a Vector of producers.
- findDataItem(String, DataFlavor[], InfoBusDataConsumer, Vector).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus when a consumer wishes to find a DataItem matching
the given dataItemName.
- findMultipleDataItems(String, DataFlavor[], InfoBusDataConsumer).
Method in class javax.infobus.InfoBus
- Seeks all available data items for a specified data item name.
- findMultipleDataItems(String, DataFlavor[], InfoBusDataConsumer, Vector).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus when a consumer wishes to find ALL DataItems matching
the given dataItemName.
- fireItemAdded(Object, Object, InfoBusPropertyMap).
Method in class javax.infobus.DataItemChangeSupport
- This method is called when one or more new items are being added to a collection.
- fireItemAvailable(String, DataFlavor[], InfoBusDataProducer).
Method in class javax.infobus.InfoBus
- Announces the availability of a DataItem, by creating
an InfoBusItemAvailableEvent and sending it to all registered
InfoBusDataConsumers.
- fireItemAvailable(String, DataFlavor[], InfoBusDataProducer).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus when the producer "source" requests the
distribution of an InfoBusItemAvailable event to consumers on the
InfoBus.
- fireItemAvailable(String, DataFlavor[], InfoBusDataProducer, InfoBusDataConsumer).
Method in class javax.infobus.InfoBus
- Creates an InfoBusItemAvailableEvent and sends it to
the specified InfoBusDataConsumer.
- fireItemAvailable(String, DataFlavor[], InfoBusDataProducer, Vector).
Method in class javax.infobus.InfoBus
- Creates an InfoBusItemAvailableEvent and sends it to
all InfoBusDataConsumers in the targets Vector.
- fireItemDeleted(Object, Object, InfoBusPropertyMap).
Method in class javax.infobus.DataItemChangeSupport
- This method is called when one or more items are being removed from a collection.
- fireItemRevoked(Object, InfoBusPropertyMap).
Method in class javax.infobus.DataItemChangeSupport
- This method is called when an item or collection is no longer available, such as
when the data source is going offline.
- fireItemRevoked(String, InfoBusDataProducer).
Method in class javax.infobus.InfoBus
- Notifies consumers that a DataItem is being
revoked and will no longer be available from the given source.
- fireItemRevoked(String, InfoBusDataProducer).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus when a producer requests the
distribution of an InfoBusItemRevoked event to consumers on the
InfoBus.
- fireItemRevoked(String, InfoBusDataProducer, InfoBusDataConsumer).
Method in class javax.infobus.InfoBus
- Creates an InfoBusItemRevokedEvent and sends it to
the specified InfoBusDataConsumer.
- fireItemRevoked(String, InfoBusDataProducer, Vector).
Method in class javax.infobus.InfoBus
- Creates an InfoBusItemRevokedEvent and sends it to
all InfoBusDataConsumers in the targets Vector.
- fireItemValueChanged(Object, InfoBusPropertyMap).
Method in class javax.infobus.DataItemChangeSupport
- This method is called when an item, usually an ImmediateAccess, changes value.
- fireRowsetCursorMoved(Object, InfoBusPropertyMap).
Method in class javax.infobus.DataItemChangeSupport
-
This method should be called when a rowset's cursor has moved to a different row.
- first().
Method in interface javax.infobus.ScrollableRowsetAccess
- Move the row cursor to the first row.
- flush().
Method in interface javax.infobus.DbAccess
- Explicitly propagate all changes to the database without commiting them.
- flush().
Method in interface javax.infobus.RowsetAccess
- Flush all changes to the underlying database.
- generateDefaultName(Object).
Method in class javax.infobus.DefaultPolicy
-
- generateDefaultName(Object).
Method in interface javax.infobus.InfoBusPolicyHelper
- Generates a default InfoBus name from the given object.
- get(Component).
Static method in class javax.infobus.InfoBus
- Returns the default InfoBus for a component.
- get(Object).
Method in interface javax.infobus.InfoBusPropertyMap
- Returns the Object to which the specified key is mapped.
- get(String).
Static method in class javax.infobus.InfoBus
- Returns a named InfoBus.
- getBufferSize().
Method in interface javax.infobus.ScrollableRowsetAccess
- Get the current buffer size.
- getChangedCollection().
Method in class javax.infobus.DataItemAddedEvent
- returns a reference to the collection data item that lost or
gained sub-items
- getChangedCollection().
Method in class javax.infobus.DataItemDeletedEvent
- returns a reference to the collection data item that lost sub-items
- getChangedItem().
Method in class javax.infobus.DataItemChangeEvent
- Returns the DataItem that changed.
- getColumnCount().
Method in interface javax.infobus.RowsetAccess
- Returns the number of columns in the rowset.
- getColumnDatatypeName(int).
Method in interface javax.infobus.RowsetAccess
- Given the one based column index, returns the column's data source
specific type name.
- getColumnDatatypeNumber(int).
Method in interface javax.infobus.RowsetAccess
- Given the one based columnIndex, returns the data type for the column
using the encoding specified by java.sql.Types
- getColumnItem(int).
Method in interface javax.infobus.RowsetAccess
- Given the one based column index, returns an Object which can be
used to obtain the current value of the specified column.
- getColumnItem(String).
Method in interface javax.infobus.RowsetAccess
- Given the name of the column, returns an Object which can be used
to obtain the current value of the column.
- getColumnName(int).
Method in interface javax.infobus.RowsetAccess
- Returns the name of the column indicated by columnIndex if a name
is available.
- getDataFlavors().
Method in class javax.infobus.InfoBusItemAvailableEvent
- Returns a reference to an array of DataFlavor objects
that describe the formats the producer can provide,
either in the data item itself or by way of
Transferable.getTransferData().
- getDataFlavors().
Method in class javax.infobus.InfoBusItemRequestedEvent
- Exposes the DataFlavors that the consumer prefers, as a hint to
producers that can supply data in more than one format.
- getDataItem().
Method in class javax.infobus.InfoBusItemRequestedEvent
- Allows the handler of the event to unpack a DataItem that was
provided in response to the request.
- getDataItemName().
Method in class javax.infobus.InfoBusEvent
-
Returns the String identifier for the DataItem that the InfoBusEvent
concerns.
- getDb().
Method in interface javax.infobus.RowsetAccess
- Get the RowsetAccess item's database
- getDimensions().
Method in interface javax.infobus.ArrayAccess
- Returns an array of integers which has the same number of elements
as the number of dimensions in the ArrayAccess and where each integer value
is the the number of elements in the respective ArrayAccess dimension.
- getHighWaterMark().
Method in interface javax.infobus.RowsetAccess
- Return the total number of rows known to the producer so far.
- getInfoBus().
Method in interface javax.infobus.InfoBusMember
- Returns the InfoBus which is currently assigned to the InfoBusMember's
InfoBus property.
- getInfoBus().
Method in class javax.infobus.InfoBusMemberSupport
- Returns the InfoBus which is currently assigned to the InfoBusMemberSupport's
InfoBus property.
- getItemByCoordinates(int[]).
Method in interface javax.infobus.ArrayAccess
-
Returns the DataItem corresponding to the given coordinates.
- getName().
Method in class javax.infobus.InfoBus
- Returns the String used as the unique identifier for this InfoBus.
- getPresentationString(Locale).
Method in interface javax.infobus.ImmediateAccess
- Extracts the contained data in a String representation which includes
appropriate formatting characters like "$" for the specified locale.
- getProperty(String).
Method in interface javax.infobus.DataItem
- Returns a property or metadata information about the item.
- getProperty(String).
Method in class javax.infobus.DataItemChangeEvent
- Returns a property or metadata information about the change event.
- getProperty(String).
Method in class javax.infobus.RowsetValidationException
- Get more information about the validation exception.
- getPropertyInfo(String, Properties).
Method in interface javax.infobus.DbAccess
- Discover what connection arguments are required.
- getRow().
Method in interface javax.infobus.ScrollableRowsetAccess
- Get the row number of the current row.
- getRowCount().
Method in interface javax.infobus.ScrollableRowsetAccess
- Get the total number of rows in the rowset.
- getRowset().
Method in class javax.infobus.RowsetValidationException
- Return the RowsetAccess item on which the validation exception was detected
- getSource().
Method in interface javax.infobus.DataItem
- Returns the source of the DataItem.
- getSource().
Method in class javax.infobus.DataItemChangeEvent
- Returns the DataItem which sent the DataItemChangeEvent.
- getSourceAsConsumer().
Method in class javax.infobus.InfoBusItemRequestedEvent
- Returns the source of the InfoBusItemRequestedEvent, which is
always an InfoBusDataConsumer.
- getSourceAsProducer().
Method in class javax.infobus.InfoBusItemAvailableEvent
- Returns the source of the InfoBusItemAvailableEvent, which is
always an InfoBusDataProducer.
- getSourceAsProducer().
Method in class javax.infobus.InfoBusItemRevokedEvent
- Returns the source of the InfoBusItemRevokedEvent, which is
always an InfoBusDataProducer.
- getValueAsObject().
Method in interface javax.infobus.ImmediateAccess
- Extracts the contained data as an Object.
- getValueAsString().
Method in interface javax.infobus.ImmediateAccess
- Extracts the contained data in a String representation, not necessarily
equivalent to getValueAsObject.toString().
- getView(int).
Method in interface javax.infobus.DataItemView
- Returns an object that implements an two-dimensional ArrayAccess to
represent a row and column view with viewSize rows.
- getViewStart().
Method in interface javax.infobus.DataItemView
- Returns the current value of the ViewStart property.
- hasMoreRows().
Method in interface javax.infobus.RowsetAccess
- Return true if there may be more rows to fetch.
- HIGH_PRIORITY.
Static variable in class javax.infobus.InfoBus
- A priority for a data controller.
- InfoBusMembershipException(String).
Constructor for class javax.infobus.InfoBusMembershipException
- Creates an InfoBusMembershipException
- InfoBusMemberSupport(InfoBusMember).
Constructor for class javax.infobus.InfoBusMemberSupport
- Creates a new InfoBusMemberSupport object.
- InvalidDataException(String).
Constructor for class javax.infobus.InvalidDataException
- Creates an InvalidDataException
- join(InfoBusMember).
Method in class javax.infobus.InfoBus
- Attaches an InfoBusMember to the InfoBus on which the method was called.
- joinInfoBus(Component).
Method in class javax.infobus.InfoBusMemberSupport
- Attempts to obtain a default bus and join it.
- joinInfoBus(String).
Method in class javax.infobus.InfoBusMemberSupport
- Attempts to obtain a named bus and join it.
- last().
Method in interface javax.infobus.ScrollableRowsetAccess
- Move the row cursor to the last row.
- leave(InfoBusMember).
Method in class javax.infobus.InfoBus
- Removes an InfoBusMember from the InfoBus.
- leaveInfoBus().
Method in class javax.infobus.InfoBusMemberSupport
- Calls the leave method on the InfoBus to which this InfoBusMemberSupport
is attached, effectively setting the InfoBus property to null.
- lockRow().
Method in interface javax.infobus.RowsetAccess
- Lock the current row.
- LOW_PRIORITY.
Static variable in class javax.infobus.InfoBus
- A priority for a data controller.
- m_changeListeners.
Variable in class javax.infobus.DataItemChangeSupport
- A Vector containing all registered DataItemChangeListeners.
- m_infoBus.
Variable in class javax.infobus.InfoBusMemberSupport
-
- m_propSupport.
Variable in class javax.infobus.InfoBusMemberSupport
-
- m_source.
Variable in class javax.infobus.DataItemChangeSupport
- The Object that implements DataItemChangeManager, representing the source
of the event.
- m_sourceRef.
Variable in class javax.infobus.InfoBusMemberSupport
-
- m_vetoSupport.
Variable in class javax.infobus.InfoBusMemberSupport
-
- MEDIUM_PRIORITY.
Static variable in class javax.infobus.InfoBus
- A priority for a data controller.
- MONITOR_PRIORITY.
Static variable in class javax.infobus.InfoBus
- A priority for a data controller.
- newCursor().
Method in interface javax.infobus.ScrollableRowsetAccess
- Get a new, independent cursor for the rowset.
- newRow().
Method in interface javax.infobus.RowsetAccess
- Create a new, empty row and set the row cursor to this row.
- next().
Method in interface javax.infobus.RowsetAccess
- Advances the row cursor to the next row.
- previous().
Method in interface javax.infobus.ScrollableRowsetAccess
- Move the row cursor to the previous row.
- propertyChange(PropertyChangeEvent).
Method in class javax.infobus.InfoBus
- Accepts notifications of an InfoBus change via a PropertyChangeEvent.
- register(InfoBusMember).
Method in class javax.infobus.InfoBus
- Registers an InfoBusMember on the InfoBus's list of active members,
and also causes the InfoBus to register itself as a
PropertyChangeListener on the InfoBusMember's InfoBus property.
- relative(int).
Method in interface javax.infobus.ScrollableRowsetAccess
- Move the row cursor forwards or backwards by the specified number of rows.
- release().
Method in interface javax.infobus.DataItem
- Allows a producer to know when a consumer has finished using a data item.
- release().
Method in class javax.infobus.InfoBus
- Releases the artificial reference to an InfoBus instance set by calling
get().
- removeAllListeners().
Method in class javax.infobus.DataItemChangeSupport
- This method permits the owner of the data item using the DataItemChangeSupport
to force removal of all registered listeners.
- removeDataConsumer(InfoBusDataConsumer).
Method in class javax.infobus.InfoBus
- Removes an InfoBusDataConsumer from the distribution list
for InfoBusItemAvailableEvents and InfoBusItemRevokedEvents.
- removeDataConsumer(InfoBusDataConsumer).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus each time an InfoBusDataConsumer leaves the InfoBus
to alert the DataController of the change.
- removeDataController(InfoBusDataController).
Method in class javax.infobus.InfoBus
- Removes a controller from the list of registered InfoBusDataControllers on this
InfoBus.
- removeDataItemChangeListener(DataItemChangeListener).
Method in interface javax.infobus.DataItemChangeManager
- Removes a listener from the list of objects requesting notification
of modifications to the DataItem's data.
- removeDataItemChangeListener(DataItemChangeListener).
Method in class javax.infobus.DataItemChangeSupport
- Removes a change listener as requested by a consumer or other InfoBus component.
- removeDataProducer(InfoBusDataProducer).
Method in class javax.infobus.InfoBus
- Removes an InfoBusDataProducer from the distribution list
for InfoBusItemRequestedEvents.
- removeDataProducer(InfoBusDataProducer).
Method in interface javax.infobus.InfoBusDataController
- Called by the InfoBus each time an InfoBusDataProducer leaves the InfoBus
to alert the DataController of the change.
- removeInfoBusPropertyListener(PropertyChangeListener).
Method in interface javax.infobus.InfoBusMember
- Removes a PropertyChangeListener from the list of listeners
requesting notification of an InfoBus change.
- removeInfoBusPropertyListener(PropertyChangeListener).
Method in class javax.infobus.InfoBusMemberSupport
- Removes a PropertyChangeListener from the list of listeners
requesting notification of an InfoBus change.
- removeInfoBusVetoableListener(VetoableChangeListener).
Method in interface javax.infobus.InfoBusMember
- Removes a VetoableChangeListener from the list of listeners that will
be alerted whenever the InfoBusMember's setInfoBus method is called.
- removeInfoBusVetoableListener(VetoableChangeListener).
Method in class javax.infobus.InfoBusMemberSupport
- Removes a VetoableChangeListener from the list of listeners that will
be alerted whenever the InfoBusMember's setInfoBus method is called.
- requestDataItem(InfoBusDataConsumer, DataFlavor[]).
Method in class javax.infobus.InfoBusItemAvailableEvent
- Sends an InfoBusItemRequestedEvent directly to the producer that
announced the item's availability.
- rollbackTransaction().
Method in interface javax.infobus.DbAccess
- Undo all changes made since the last beginTransaction (there may be none)
Resume automatically commiting individual row changes.
- rowsetCursorMoved(RowsetCursorMovedEvent).
Method in interface javax.infobus.DataItemChangeListener
- Indicates that the cursor for a RowsetAccess item has changed.
- RowsetCursorMovedEvent(Object, Object, InfoBusPropertyMap).
Constructor for class javax.infobus.RowsetCursorMovedEvent
-
- RowsetValidationException(String, RowsetAccess, InfoBusPropertyMap).
Constructor for class javax.infobus.RowsetValidationException
- Constructs a new RowsetValidationException
- scrollView(int).
Method in interface javax.infobus.DataItemView
- Changes ViewStart by relativeAmount relative to its current position.
- setBufferSize(int).
Method in interface javax.infobus.ScrollableRowsetAccess
- Ask the data provider to keep a specified number of rows immediately available.
- setColumnValue(int, Object).
Method in interface javax.infobus.RowsetAccess
- Given the one-based index of a column, set the value of the column in the current row.
- setColumnValue(String, Object).
Method in interface javax.infobus.RowsetAccess
- Given the name of a column, set the value of the column in the current row.
- setConsumerList(Vector).
Method in interface javax.infobus.InfoBusDataController
- Called once by the InfoBus when the DataController adds itself.
- setDataItem(Object).
Method in class javax.infobus.InfoBusItemRequestedEvent
- If the DataItem field in the event is currently null, sets that field
to the value passed as item.
- setInfoBus(InfoBus).
Method in interface javax.infobus.InfoBusMember
- Sets the InfoBus object for this InfoBusMember, if not vetoed.
- setInfoBus(InfoBus).
Method in class javax.infobus.InfoBusMemberSupport
- Attempts to set the InfoBus property and register with the InfoBus.
- setItemByCoordinates(int[], Object).
Method in interface javax.infobus.ArrayAccess
- Sets a new value for an item at the indicated coordinates
in an ArrayAccess.
- setProducerList(Vector).
Method in interface javax.infobus.InfoBusDataController
- Called once by the InfoBus when the DataController adds itself.
- setValue(Object).
Method in interface javax.infobus.ImmediateAccess
- This method sets a new value for the data in the ImmediateAccess.
- setViewStart(int).
Method in interface javax.infobus.DataItemView
- Sets ViewStart to absoluteRow.
- StaleInfoBusException(String).
Constructor for class javax.infobus.StaleInfoBusException
- Creates an StaleInfoBusException
- subdivide(int[], int[]).
Method in interface javax.infobus.ArrayAccess
-
Returns a subset ArrayAccess of this ArrayAccess.
- UnsupportedOperationException(String).
Constructor for class javax.infobus.UnsupportedOperationException
- Creates an UnsupportedOperationException
- validate().
Method in interface javax.infobus.DbAccess
- Explicitly validate all changes to the database without committing them.
- validateCurrentRow().
Method in interface javax.infobus.RowsetValidate
- Explicitly validates data in the current row only.
- validateRowset().
Method in interface javax.infobus.RowsetValidate
- This method validates data in the current rowset taken as a set of rows.
- VERY_HIGH_PRIORITY.
Static variable in class javax.infobus.InfoBus
- A priority for a data controller.
- VERY_LOW_PRIORITY.
Static variable in class javax.infobus.InfoBus
- A priority for a data controller.