|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.modeshape.graph.connector.map.MapRepositoryConnection
public class MapRepositoryConnection
A connection to a MapRepository
.
Constructor Summary | |
---|---|
MapRepositoryConnection(MapRepositorySource source,
MapRepository repository)
|
Method Summary | |
---|---|
void |
close()
Close this connection to signal that it is no longer needed and that any accumulated resources are to be released. |
void |
execute(ExecutionContext context,
Request request)
Execute the supplied commands against this repository source. |
CachePolicy |
getDefaultCachePolicy()
Get the default cache policy for this repository. |
String |
getSourceName()
Get the name for this repository source. |
XAResource |
getXAResource()
Return the transactional resource associated with this connection. |
boolean |
ping(long time,
TimeUnit unit)
Ping the underlying system to determine if the connection is still valid and alive. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapRepositoryConnection(MapRepositorySource source, MapRepository repository)
Method Detail |
---|
public String getSourceName()
returned
by the same RepositorySource
that created this connection.
getSourceName
in interface RepositoryConnection
public CachePolicy getDefaultCachePolicy()
getDefaultCachePolicy
in interface RepositoryConnection
public XAResource getXAResource()
getXAResource
in interface RepositoryConnection
public boolean ping(long time, TimeUnit unit)
ping
in interface RepositoryConnection
time
- the length of time to wait before timing outunit
- the time unit to use; may not be null
public void close()
close
in interface RepositoryConnection
public void execute(ExecutionContext context, Request request) throws RepositorySourceException
execute
in interface RepositoryConnection
context
- the environment in which the commands are being executed; never nullrequest
- the request to be executed; never null
RepositorySourceException
- if there is a problem loading the node dataRepositoryConnection.execute(org.modeshape.graph.ExecutionContext,
org.modeshape.graph.request.Request)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |