com.sun.jini.tool.envcheck.plugins
Class CheckPersistence
java.lang.Object
  
com.sun.jini.tool.envcheck.AbstractPlugin
      
com.sun.jini.tool.envcheck.plugins.CheckPersistence
- All Implemented Interfaces: 
 - Plugin
 
public class CheckPersistence
- extends AbstractPlugin
 
Check that the persistence directory supplied by any
 SharedActivatableServiceDescriptors are either non-existant or
 empty. Check is performed in a subtask VM started identically to how the
 activation system would have started it. The first entry in the service
 configuration named persistenceDirectory is checked. Doesn't
 work correctly if multiple services share a configuration. Don't know how to
 handle this.
 
 
| 
Method Summary | 
 void | 
run(EnvCheck envCheck)
 
          Check the persistence directory for every
 SharedActivatableServiceDescriptor in the starter
 configuration. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CheckPersistence
public CheckPersistence()
run
public void run(EnvCheck envCheck)
- Check the persistence directory for every
 
SharedActivatableServiceDescriptor in the starter
 configuration.
- Parameters:
 envCheck - the plugin container
 
 
Copyright © GigaSpaces.