public interface ComponentIDBroker
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
When the user of a component id broker is done obtaining component
ids, it must call this method to give the component id broker an
opportunity to flush any newly created component ids back to its
persistent store.
|
int |
getComponentID(String cclass,
String cname)
Returns the unique identifier for the named component.
|
int getComponentID(String cclass, String cname) throws PersistenceException
cclass - the name of the class to which the component belongs.cname - the name of the component.PersistenceException - thrown if an error occurs
communicating with the underlying persistence mechanism used to
store the name to id mappings.void commit()
throws PersistenceException
PersistenceExceptionCopyright © 2015. All rights reserved.