| java.lang.Object net.bagaluten.jca.lucene.connector.impl.LuceneManagedConnection
LuceneManagedConnection | public class LuceneManagedConnection implements ManagedConnection(Code) | | |
LuceneManagedConnection | public LuceneManagedConnection(ConnectionRequestInfo conReqInfo, PrintWriter writer, String luceneIdx) throws ResourceException(Code) | | The constructor
Parameters: conReqInfo - ConnectionRequestInfo Parameters: writer - log writer of the factory that calls this constructor Parameters: luceneIdx - path to the lucene Index throws: ResourceException - to be done |
addConnection | void addConnection(LuceneConnectionImpl con)(Code) | | Adds application-level handler to handlers set
Parameters: con - handler to add |
addConnectionEventListener | public void addConnectionEventListener(ConnectionEventListener listener)(Code) | | |
associateConnection | public void associateConnection(Object conn) throws ResourceException(Code) | | |
bulkAdd | public int bulkAdd(Entries entries) throws ResourceException(Code) | | |
cleanup | public void cleanup() throws ResourceException(Code) | | |
destroy | public void destroy() throws ResourceException(Code) | | |
getConnection | public Object getConnection(Subject subj, ConnectionRequestInfo conReqInfo) throws ResourceException(Code) | | |
getLocalTransaction | public LocalTransaction getLocalTransaction() throws ResourceException(Code) | | |
getMetaData | public ManagedConnectionMetaData getMetaData() throws ResourceException(Code) | | |
invalidateAllConnections | void invalidateAllConnections()(Code) | | Invalidate all application-level handlers and clears handlers set
|
matches | protected boolean matches(ConnectionRequestInfo reqInfo)(Code) | | |
optimize | public void optimize() throws ResourceException(Code) | | |
removeConnection | void removeConnection(LuceneConnectionImpl con)(Code) | | Removes application-level handler from handlers set
Parameters: con - handler to remove |
removeConnectionEventListener | public void removeConnectionEventListener(ConnectionEventListener listener)(Code) | | |
setIndex | protected void setIndex(ConnectionRequestInfo conReqInfo) throws ResourceException(Code) | | |
|
|