|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.replication.export.StandardExportService
Use the newStandardExportService
static factory method(s),
not the StandardExportService
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static boolean |
PERFORMANCE
|
private static String |
RESOURCE
|
private static boolean |
SCHEDULE_ITEM_ENABLED
|
private static boolean |
VERBOSE
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
StandardExportService()
|
Method Summary | |
protected void |
dispatchVetoableEvent(String eventType,
WTUnit unit)
Supported API: false |
static void |
doScheduledExport(UnitExportRecord uer,
Locale locale)
Routine that can be called from the scheduler to export a unit. |
static UnitExportRecord |
enableScheduleItem(WTUnit unit)
This method is called by the workflow processes to allow the currently active export operation for the replication unit to proceed. |
String |
getConceptualClassname()
Deprecated. |
static StandardExportService |
newStandardExportService()
Supported API: false |
protected void |
performStartupProcess()
Initialization tasks performed by the engine service. |
WTUnit |
populateUnit(WTUnit a_unit)
For every attached seed object like WTPart or EPMDocument adds objects from appropriate product structures to the WTUnit by navigating recursively from the seed object using the Navigator. |
void |
registerEvents(ManagerService manager)
Supported API: false |
void |
scheduleExportOperation(WTUnit unit,
Timestamp tStamp,
String sDescription,
Locale locale)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static boolean SCHEDULE_ITEM_ENABLED
private static boolean PERFORMANCE
private static boolean VERBOSE
Constructor Detail |
public StandardExportService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardExportService newStandardExportService() throws WTException
WTException
protected void performStartupProcess() throws ManagerException
performStartupProcess
in class StandardManager
ManagerException
public void registerEvents(ManagerService manager)
registerEvents
in interface Manager
registerEvents
in class StandardManager
manager
- protected void dispatchVetoableEvent(String eventType, WTUnit unit) throws WTException, WTPropertyVetoException
eventType
- unit
-
WTException
WTPropertyVetoException
public static void doScheduledExport(UnitExportRecord uer, Locale locale) throws WTPropertyVetoException, WTException
uer
- locale
-
WTPropertyVetoException
WTException
public static UnitExportRecord enableScheduleItem(WTUnit unit)
unit
-
public WTUnit populateUnit(WTUnit a_unit) throws WTException
populateUnit
in interface ExportService
a_unit
-
WTException
public void scheduleExportOperation(WTUnit unit, Timestamp tStamp, String sDescription, Locale locale) throws WTException, WTPropertyVetoException
scheduleExportOperation
in interface ExportService
unit
- tStamp
- sDescription
- locale
-
WTException
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |