org.apache.uima.resource.impl
Class ResourceState_impl

java.lang.Object
  extended by org.apache.uima.resource.impl.ResourceState_impl

public class ResourceState_impl
extends java.lang.Object

Encapuslates state information about a Resource_impl. Note that this does not need to include all state infomration, just that information that is modifiable by a client of a Resource service. The purpose of this class is to enable instance pooling when Resources are deployed as services.

Note that the methods of this class have default (package) visibility since only a Resource_impl object should be able to get and set its state.


Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2011. All Rights Reserved.