public interface MboServerInterface
Modifier and Type | Method and Description |
---|---|
void |
freeDBConnection(ConnectionKey conKey)
Makes the connection used by the ConnectionKey object
available for others.
|
void |
freeMboSet()
Used by the framework to keep object references.
|
java.sql.Connection |
getDBConnection(ConnectionKey conKey)
Gets a database connection for reading and writing to the
database.
|
MaximoDD |
getMaximoDD()
Get the Maximo Data Dictionary loaded on this server.
|
MaxVarServiceRemote |
getMaxVar()
Get a reference to the MAXVARS service.
|
MboSetRemote |
getMboSet(java.lang.String mSetName,
UserInfo user)
Return to the specified MboSet
|
ProfileRemote |
getProfile(UserInfo userInfo)
Return the security profile for this UserInfo.
|
java.lang.String |
getSchemaOwner()
Returs the database schema owner.
|
boolean |
verifyUser(java.lang.String userCheck,
java.lang.String passCheck,
UserInfo userinfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue) |
MaximoDD getMaximoDD()
java.lang.String getSchemaOwner()
java.sql.Connection getDBConnection(ConnectionKey conKey)
void freeDBConnection(ConnectionKey conKey)
MboSetRemote getMboSet(java.lang.String mSetName, UserInfo user) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void freeMboSet()
MaxVarServiceRemote getMaxVar() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
ProfileRemote getProfile(UserInfo userInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean verifyUser(java.lang.String userCheck, java.lang.String passCheck, UserInfo userinfo, java.lang.String app, java.lang.String reason, java.lang.String transid, java.lang.String[] keyvalue) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException