|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.Resource_ImplBase
org.apache.uima.resource.service.impl.ResourceServiceAdapter
public abstract class ResourceServiceAdapter
Insulates applications from the knowledge that they are interacting with a
ResourceService
rather than a local instance of a Resource
. This is an abstract
base class that specific resource adapter implementations may extend.
This class implements the Resource
interface and encapsulates all communications with a
remote ResourceService
. Thus, applications can interact with this adapter in the
same way they would interact with any Resource
, and can be completely unaware of
the fact that a remote ResourceService
is being used.
Field Summary |
---|
Fields inherited from interface org.apache.uima.resource.Resource |
---|
PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_PARAM_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT |
Constructor Summary | |
---|---|
ResourceServiceAdapter()
|
Method Summary | |
---|---|
void |
destroy()
Releases all resources held by this Resource . |
ResourceMetaData |
getMetaData()
Gets the metadata that describes this Resource . |
protected ResourceServiceStub |
getStub()
Gets the stub to be used to communicate with the remote service. |
protected void |
setStub(ResourceServiceStub aStub)
Sets the stub to be used to communicate with the remote service. |
Methods inherited from class org.apache.uima.resource.Resource_ImplBase |
---|
getCasManager, getLogger, getResourceManager, getUimaContext, getUimaContextAdmin, initialize, setLogger, setMetaData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceServiceAdapter()
Method Detail |
---|
protected void setStub(ResourceServiceStub aStub)
initialize
method.
aStub
- the stub for the remote serviceprotected ResourceServiceStub getStub()
public ResourceMetaData getMetaData()
Resource
Resource
.
getMetaData
in interface Resource
getMetaData
in class Resource_ImplBase
Resource.getMetaData()
public void destroy()
Resource
Resource
.
destroy
in interface Resource
destroy
in class Resource_ImplBase
Resource.destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |