Uses of Class
com.sap.scheduler.runtime.AbstractIdentifier

Packages that use AbstractIdentifier
com.sap.scheduler.api   
com.sap.scheduler.runtime   
 

Uses of AbstractIdentifier in com.sap.scheduler.api
 

Subclasses of AbstractIdentifier in com.sap.scheduler.api
 class SchedulerTaskID
           
 

Uses of AbstractIdentifier in com.sap.scheduler.runtime
 

Subclasses of AbstractIdentifier in com.sap.scheduler.runtime
 class JobDefinitionID
          Uniquely identifies a Job instance.
 class JobID
          Uniquely identifies a Job instance.
 class SchedulerID
          Uniquely identifies a Job instance.
 

Methods in com.sap.scheduler.runtime that return AbstractIdentifier
 AbstractIdentifier AbstractIdentifier.ConcreteInstanceFactory.createNotInitialized()
          Creates a new instance of the given heir class.
 AbstractIdentifier Event.getRaisedByDetails()
          Further details about the source of this event.
protected static AbstractIdentifier AbstractIdentifier.parseID(byte[] byteGUID, AbstractIdentifier.ConcreteInstanceFactory cf)
          This is helper method used by ancestor to implement creation of an instance of the given ancestor class from a byte array representation of a guid.
protected static AbstractIdentifier AbstractIdentifier.parseID(String stringGUID, AbstractIdentifier.ConcreteInstanceFactory cf)
          This is helper method used by heir to implement creation of an instance of the given heir class from a hex-string representation of a guid.
 

Constructors in com.sap.scheduler.runtime with parameters of type AbstractIdentifier
Event(String type, String parameter, AbstractIdentifier raisedByDetails)
          Deprecated.  
Event(String type, String parameter, AbstractIdentifier raisedByDetails, Date raisedDate)
          Deprecated.  
Event(String type, String parameter, String additionalParameter, AbstractIdentifier raisedByDetails, Date raisedDate)
          Deprecated.  
 



Copyright 2010 SAP AG Complete Copyright Notice