|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.LocalObject
org.openorb.pss.connector.file.FileCatalog
org.openorb.pss.connector.file.FileSession
org.openorb.pss.connector.file.FileSessionPool
public class FileSessionPool
This class implements a session pool for a file persistence.
| Constructor Summary | |
|---|---|
FileSessionPool()
|
|
FileSessionPool(org.omg.PortableInterceptor.ORBInitInfo info)
Constructor |
|
| Method Summary | |
|---|---|
void |
flush_by_pids(byte[][] pids)
Operation flush_by_pids |
TransactionalSession |
prepare_free_session()
Return a free transactional session ( it means with NO ASSOCIATION for the association status ) |
void |
refresh_by_pids(byte[][] pids)
Operation refresh_by_pids |
void |
setBaseInfo(FileConnector connector,
java.lang.String catalog_type_name,
short tx_policy,
short access,
Parameter[] parameters)
Set the base information require by a catalog |
short |
transaction_policy()
Read accessor for transaction_policy attribute |
| Methods inherited from class org.openorb.pss.connector.file.FileSession |
|---|
clean, close, create_embedded_object, create_empty_object, create_new_entry, create_object, createHomePID, createPID, delete, destroy, entry, entry, find_home_base, flush, free_all, getDataManager, getSequentialAccess, incarnate, refresh, setBaseInfo, stored, write_entry |
| Methods inherited from class org.openorb.pss.connector.file.FileCatalog |
|---|
access_mode, connector, find_all, find_by_pid, find_ref_by_pid, find_storage_home, iterator, parameters, setCatalogInfo |
| Methods inherited from class org.omg.CORBA.LocalObject |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.omg.CosPersistentState.CatalogBaseOperations |
|---|
access_mode, close, find_by_pid, find_storage_home, flush, free_all, refresh |
| Methods inherited from interface org.omg.CORBA.Object |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| Constructor Detail |
|---|
public FileSessionPool()
public FileSessionPool(org.omg.PortableInterceptor.ORBInitInfo info)
| Method Detail |
|---|
public void setBaseInfo(FileConnector connector,
java.lang.String catalog_type_name,
short tx_policy,
short access,
Parameter[] parameters)
public void flush_by_pids(byte[][] pids)
SessionPoolOperations
flush_by_pids in interface SessionPoolOperationspublic void refresh_by_pids(byte[][] pids)
SessionPoolOperations
refresh_by_pids in interface SessionPoolOperationspublic short transaction_policy()
SessionPoolOperations
transaction_policy in interface SessionPoolOperationspublic TransactionalSession prepare_free_session()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||