com.gridsystems.innergrid.kernel.api
Interface PrivilegedAction


public interface PrivilegedAction

Action to be performed with all privileges.

Version:
1.0
Author:
Rodrigo Ruiz

Method Summary
 java.lang.Object perform()
          Performs the action, optionally returning an object.
 

Method Detail

perform

java.lang.Object perform()
                         throws com.gridsystems.innergrid.kernel.KernelException
Performs the action, optionally returning an object.

Returns:
The result of the action performance.
Throws:
com.gridsystems.innergrid.kernel.KernelException - If an error occurs


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.