Interface | Description |
---|---|
AppServiceRemote |
A Remote Interface for AppServices.
|
BulletinBoardServiceRemote |
BulletinBoardService is used for the communication among objects within the execution of
the same thread.
|
CronTask |
A Timed Task Interface.
|
DBCredentialHandler |
The public interface that defines how the credential passed in from log in process
should be communicated to the database manager.
|
Dependable |
Used to specify that another class, can check to see if the
implementing class is running, i.e.
|
MaxVarServiceRemote |
An Interface for remote access to the MaxVarService.
|
MXRegistryStorage | |
MXServerRemote |
A Command and Control interface for the MXServer.
|
Service |
Abstracts the "life-cycle" of both System and Application Services.
|
ServiceRemote |
Abstracts a Service on a remote MXServer.
|
SrvCommRemote |
A Remote Command and Control interface for the SrvContext.
|
Class | Description |
---|---|
AppService |
This is a "factory class" for psdi.mbo.MboSet instances.
|
BulletinBoardService |
BulletinBoardService is used for the communication among objects within the execution of
the same thread.
|
CheckMXServer | |
ConfigFile | Deprecated
use MXProperties
|
ConRef |
A Class used for wrapping the database Connection.
|
CredentialObject | |
CronMonitorCronTask | |
CronTaskManager |
CronService is a manager for CronTasks.
|
CronTaskManager.PropertyListener | |
CustomDriverProxy |
CustomDriverProxy is a means of configuring the database driver without having to make changes to the
DBManager class. |
DbConnectionWatchDog |
This class monitors the open db connections and it detects and logs
connections that were not closed for more than 60 seconds or that
were closed by the garbage collector finalizer.
|
DbConnectionWatchDog.ConnectionData | |
DBManager |
This is a java.util.Vector of java.sql.Connections.
|
DebugCronTask |
SimpleCronTask is an abstract class that provides
default implementations for the majority of the
methods in the CronTask interface.
|
DefaultFirstAccessTenantListener | |
DefaultProcessTemplateListener |
The listener class whose singleton object will be registered to the event fired right after the template data are copied for the new tenant
during tenant registration, and the event fired right before the template data are removed for the new tenant if any error occured during
tenant registration.
|
Depend |
This class allows the thread of execution to "block" until
a specified Service is running.
|
MaximoThread |
A class to represent MAXIMO thread.
|
MaximoThreadGroup |
A MaximoThreadGroup class used to control all MaximoThread objects.
|
MaxPropCache |
Properties cache.
|
MaxPropCacheFactory | |
MaxSession | |
MaxSessionThread |
This is a thread that reads MAXSESSION table and calls to reload maximo
cache.
|
MaxVars | |
MaxVarsCacheFactory |
Wrapper class of tenant specific caches of MAXIMOMLDD
|
MaxVarService |
A Hashtable for sharing values between Services.
|
MaxVarsSystem |
System MAXVARS cache object.
|
MTDebug | |
MTUtility |
Helper class to get the DB2 Connection Pool for MT.
|
MXCreateRegistry | |
MXRMIRegistrySocketFactory |
This is an extension to RMISocketFactory to intercept the socket creation
request.
|
MXRMISocketFactory |
This is an extension to RMISocketFactory to intercept the socket creation
request.
|
MXServer |
The MXServer is a run time context for a set of Services.
|
MXServerInfo | |
OracleProxyCredentialHandler | |
OracleProxyDBManager |
This is a java.util.Vector of java.sql.Connections.
|
OracleProxyInstruction |
The class to represent the instruction for Oracle Proxy DB Manager during its proxy authentication.
|
PerformanceStats |
Holds business object performance statistics.
|
PhantomQueueProcessor | |
RemoveDeadSessionCron | |
ServiceCoordinator |
Explain yourself
|
ServiceStorage |
Storage class for tracking Services, both application and system.
|
SharedSpace |
A shared space is an object that provides an object for two or more threads to rondezvous to
exchnage data.
|
SimpleCronTask |
SimpleCronTask is an abstract class that provides
default implementations for the majority of the
methods in the CronTask interface.
|
SimpleMTCronTask |
SimpleMTCronTask is an abstract class that provides
default implementations for cronAction for MT environment.
|
SrvComm |
A Command and Control interface for the MXServer.
|
UserInputBulletin | |
VersionXML |
Class file to get industry solution version
|
Enum | Description |
---|---|
MXServer.SecurityContextFlag |