Package com.basis.api.admin.events
Class BBjAdminReplicationJobEventHandlerGroup
java.lang.Object
com.basis.api.admin.events.BBjAdminReplicationJobEventHandlerGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBBjAdminReplicationJobEventHandlerGroup
(String p_replicationJobId, String p_replicationJobName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAddBadFile
(BBjAdminReplicationAddBadFileEventHandler p_addBadFile) void
setEnabledState
(BBjAdminReplicationEnabledStateEventHandler p_enabledState) void
setErrorOccurred
(BBjAdminReplicationErrorEventHandler p_errorOccurred) void
setFallBehind
(BBjAdminReplicationFallBehindEventHandler p_fallBehind) void
setInitFile
(BBjAdminReplicationInitFileEventHandler p_initFile) void
setRecopyInitiated
(BBjAdminReplicationRecopyInitiatedEventHandler p_recopyInitiated) void
setReplicationJobId
(String p_replicationJobId) void
setReplicationJobName
(String p_replicationJobName) void
setResetBadFile
(BBjAdminReplicationResetBadFileEventHandler p_resetBadFile) void
setTargetConnection
(BBjAdminReplicationTargetConnectionEventHandler p_targetConnection) toString()
-
Constructor Details
-
BBjAdminReplicationJobEventHandlerGroup
public BBjAdminReplicationJobEventHandlerGroup() -
BBjAdminReplicationJobEventHandlerGroup
-
-
Method Details
-
getReplicationJobId
-
setReplicationJobId
-
getAddBadFile
-
setAddBadFile
-
getResetBadFile
-
setResetBadFile
-
getEnabledState
-
setEnabledState
-
getInitFile
-
setInitFile
-
getFallBehind
-
setFallBehind
-
getTargetConnection
-
setTargetConnection
-
getRecopyInitiated
-
setRecopyInitiated
-
getReplicationJobName
-
setReplicationJobName
-
getErrorOccurred
-
setErrorOccurred
-
toString
-