Class PrivilegedFileReplicator.InitAction

  • All Implemented Interfaces:
    java.security.PrivilegedExceptionAction<java.lang.Object>
    Enclosing class:
    PrivilegedFileReplicator

    private class PrivilegedFileReplicator.InitAction
    extends java.lang.Object
    implements java.security.PrivilegedExceptionAction<java.lang.Object>
    An action that initializes the wrapped replicator.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InitAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • InitAction

        private InitAction()
    • Method Detail

      • run

        public java.lang.Object run()
                             throws java.lang.Exception
        Performs the action.
        Specified by:
        run in interface java.security.PrivilegedExceptionAction<java.lang.Object>
        Throws:
        java.lang.Exception