org.apache.commons.vfs.impl
Class PrivilegedFileReplicator.CloseAction

java.lang.Object
  extended by org.apache.commons.vfs.impl.PrivilegedFileReplicator.CloseAction
All Implemented Interfaces:
java.security.PrivilegedAction
Enclosing class:
PrivilegedFileReplicator

private class PrivilegedFileReplicator.CloseAction
extends java.lang.Object
implements java.security.PrivilegedAction

An action that closes the wrapped replicator.


Constructor Summary
private PrivilegedFileReplicator.CloseAction()
           
 
Method Summary
 java.lang.Object run()
          Performs the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivilegedFileReplicator.CloseAction

private PrivilegedFileReplicator.CloseAction()
Method Detail

run

public java.lang.Object run()
Performs the action.

Specified by:
run in interface java.security.PrivilegedAction