com.adobe.livecycle.rca.scheduler
Class JobDetails

java.lang.Object
  extended by com.adobe.livecycle.rca.scheduler.JobDetails
All Implemented Interfaces:
Serializable

public class JobDetails
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JobDetails()
           
JobDetails(String beanId, String methodName, Serializable[] inputArgs)
           
 
Method Summary
 String getAppContextRoot()
           
 String getBeanId()
           
 Serializable[] getInputArgs()
           
 String getMethodName()
           
 String getOsgiServiceInterface()
           
 void setAppContextRoot(String appContextRoot)
           
 void setBeanId(String beanId)
           
 void setInputArgs(Serializable[] inputArgs)
           
 void setMethodName(String methodName)
           
 void setOsgiServiceInterface(String osgiServiceInterface)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobDetails

public JobDetails()

JobDetails

public JobDetails(String beanId,
                  String methodName,
                  Serializable[] inputArgs)
Method Detail

getBeanId

public String getBeanId()

setBeanId

public void setBeanId(String beanId)

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String methodName)

getInputArgs

public Serializable[] getInputArgs()

setInputArgs

public void setInputArgs(Serializable[] inputArgs)

setOsgiServiceInterface

public void setOsgiServiceInterface(String osgiServiceInterface)

getOsgiServiceInterface

public String getOsgiServiceInterface()

setAppContextRoot

public void setAppContextRoot(String appContextRoot)

getAppContextRoot

public String getAppContextRoot()


[an error occurred while processing this directive] [an error occurred while processing this directive]