Style Intelligence v12.0

inetsoft.sree.schedule
Interface ScheduleAction

All Superinterfaces:
Serializable
All Known Subinterfaces:
ArchiveSupport, AssetSupport, EmailSupport, RepletSupport, UserAction
All Known Implementing Classes:
AbstractAction, ArchiveAction, AssetFileBackupAction, AuditAction, BurstAction, DefaultUserAction, MVAction, RepletAction, ReportGenAction, ViewsheetAction, XAssetDependencyAction

public interface ScheduleAction
extends Serializable

Schedule action interface. All schedule action classes must implement this interface.


Method Summary
 void run(Principal principal)
          Execute the action.
 

Method Detail

run

void run(Principal principal)
         throws Throwable
Execute the action.

Parameters:
principal - represents an entity
Throws:
Throwable

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.