public class DMService extends AppService implements DMServiceRemote, FixedLoggers
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix
Constructor and Description |
---|
DMService() |
DMService(MXServer mxServer) |
Modifier and Type | Method and Description |
---|---|
void |
compareDatabase(java.lang.String target,
java.lang.String packageName,
java.lang.String jobNum,
UserInfo ui)
Compare the local database to a specified remote database.
|
DMEventListenerMgr |
getDMEventListenerMgr()
Returns DMEventListenerMgr class
|
void |
init()
Initialize the Application Service.
|
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, getCurrentState, getDBConnection, getLiveObjCount, getLoad, getMaximoDD, getMaxVar, getMboSet, getMXServer, getName, getProfile, getProxy, getSchemaOwner, getServiceInfo, getServiceLogger, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, initCriteriaList, isAppService, isRunning, isSingletonService, restart, setProxy, setRunning, setURL, verifyUser, verifyUser
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUser
isAppService, isSingletonService, restart
public DMService() throws java.rmi.RemoteException
java.rmi.RemoteException
public DMService(MXServer mxServer) throws java.rmi.RemoteException
srvEnv
- --
the "Server Environment" this Service is being created in.java.rmi.RemoteException
public void init()
AppService
init
in interface Service
init
in class AppService
Service
public DMEventListenerMgr getDMEventListenerMgr() throws MXException, java.rmi.RemoteException
getDMEventListenerMgr
in interface DMServiceRemote
MXException
java.rmi.RemoteException
public void compareDatabase(java.lang.String target, java.lang.String packageName, java.lang.String jobNum, UserInfo ui) throws MXException, java.rmi.RemoteException
compareDatabase
in interface DMServiceRemote
target
- The target name for the remote database; defined in DMPkgDstTrgt table.packageName
- The package name specifying the objects to be compared;
defined in DMPackageDef table.MXException
java.rmi.RemoteException
DBCompare