|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.replication.imp.StandardImportService
Use the newStandardImportService
static factory method(s),
not the StandardImportService
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
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private static boolean |
SCHEDULE_ITEM_ENABLED
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
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 | |
StandardImportService()
Deprecated. |
Method Summary | |
protected void |
dispatchVetoableEvent(String eventType,
WTUnit unit)
Deprecated. |
static void |
doScheduledImport(UnitImportRecord uir,
Locale locale)
Deprecated. Routine that can be called from the scheduler to import a unit. |
static UnitImportRecord |
enableScheduleItem(WTUnit unit)
Deprecated. This method is called by the workflow processes to allow the currently active import operation for the replication unit to proceed. |
String |
getConceptualClassname()
Deprecated. |
static StandardImportService |
newStandardImportService()
Deprecated. |
protected void |
performStartupProcess()
Deprecated. |
void |
registerEvents(ManagerService manager)
Deprecated. |
void |
scheduleImportOperation(WTUnit wtUnit,
Timestamp tStamp,
String sDescription,
byte[] rules,
Locale locale)
Deprecated. |
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 VERBOSE
Constructor Detail |
public StandardImportService()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
public static StandardImportService newStandardImportService() 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
eventType
- unit
-
WTException
public void scheduleImportOperation(WTUnit wtUnit, Timestamp tStamp, String sDescription, byte[] rules, Locale locale) throws WTException, PropertyVetoException, FileNotFoundException, IOException
scheduleImportOperation
in interface ImportService
wtUnit
- tStamp
- sDescription
- rules
- locale
-
WTException
PropertyVetoException
FileNotFoundException
IOException
public static void doScheduledImport(UnitImportRecord uir, Locale locale) throws WTException, WTPropertyVetoException
wt.replication.util.expimp.ExpImpException
WTException
WTPropertyVetoException
public static UnitImportRecord enableScheduleItem(WTUnit unit)
unit
- The replication unit whose import operation is to be enabled.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |