|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FIResourceManager
The xml-rpc interface provided by the FSshResourceManager
| Method Summary | |
|---|---|
int |
addApplication(java.lang.String appName,
int requiredLicenses,
int requiredProcessors,
java.lang.String description,
java.lang.Boolean needsX)
|
java.lang.Boolean |
addAppToHost(int hostId,
int appId,
java.lang.String pathToExe,
int numberOfHardLics,
int prio)
|
int |
addFloatingLicense(int number,
java.lang.String name)
|
int |
addFloatingLicenseWithApp(int appId,
int number,
java.lang.String name)
|
int |
addHost(java.lang.String hostName,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.Boolean isActive,
java.lang.Boolean supportsX)
|
int |
addHost(java.lang.String hostName,
int port,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.String tempDir,
java.lang.String sftpRoot,
java.lang.Boolean isActive,
java.lang.Boolean supportsX,
java.lang.String xPort)
|
int |
addHost(java.lang.String hostName,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.String tempDir,
java.lang.Boolean isActive,
java.lang.Boolean supportsX)
|
int |
addHost(java.lang.String hostName,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.String tempDir,
java.lang.String sftpRoot,
java.lang.Boolean isActive,
java.lang.Boolean supportsX)
|
java.lang.Boolean |
addHostToKnownHosts(int hostId,
java.lang.String hostName,
java.lang.String type,
java.lang.String fingerPrint)
Confirms the fingerprint of a host |
java.lang.String |
addJobCanceler(int osId,
java.lang.String code,
java.lang.String className)
|
int |
addOS(java.lang.String name,
int parentOsId)
|
int |
addOS(java.lang.String name,
int parentOsId,
java.lang.String chdirCommand)
|
int |
addOS(java.lang.String name,
int parentOsId,
java.lang.String chdirCommand,
java.lang.String pathDelimiter)
|
int |
addOS(java.lang.String name,
int parentOsId,
java.lang.String chdirCommand,
java.lang.String pathDelimiter,
java.lang.String cancelerClass)
|
int |
addUser(java.lang.String userName,
java.lang.String password,
int role)
|
int |
addUser(java.lang.String userName,
java.lang.String password,
int role,
java.lang.String email)
|
java.lang.Boolean |
blockSchedule()
Blocks the schedule for new jobs from the current client |
java.lang.Boolean |
blockSchedule(java.lang.String address)
Blocks the schedule for new jobs from the given address |
java.lang.Boolean |
cancelJob(java.lang.String jobID)
Cancels the job with the given id |
java.lang.Boolean |
changeFloatingLicenseName(int floatId,
java.lang.String name)
|
java.lang.Boolean |
changeFloatingLicenseNumber(int floatId,
int number)
|
java.lang.Boolean |
changeHostsOS(int oldOS,
int newOS)
|
java.lang.Boolean |
changeOSChdirCommand(int osId,
java.lang.String chdirCommand)
|
java.lang.Boolean |
changeOSJobCanceler(int osId,
java.lang.String className)
|
java.lang.Boolean |
changeOSName(int osId,
java.lang.String newName)
|
java.lang.Boolean |
changeOSParent(int osId,
int parentOsId)
|
java.lang.Boolean |
changeOSParents(int oldParentId,
int newParentId)
|
java.lang.Boolean |
changeOSPathDelimiter(int osId,
java.lang.String pathDelimiter)
|
java.lang.Boolean |
changeUserEmail(int id,
java.lang.String email)
|
java.lang.Boolean |
changeUserPass(int id,
java.lang.String newPass)
|
java.lang.Boolean |
changeUserPassByName(java.lang.String id,
java.lang.String oldPass,
java.lang.String newPass)
|
java.lang.Boolean |
changeUserRole(int id,
int role)
|
java.util.Map<java.lang.String,java.lang.Object> |
checkAuth(java.lang.String userName,
java.lang.String pass)
Checks whether the passed username and password is a valid login for the SshResourceManager |
java.lang.Boolean |
checkHostKnown(int hostId)
Checks whether the host identified by the given id is a known host |
java.lang.Boolean |
cleanUp()
|
java.lang.Boolean |
clearFinishedJobs()
Clears the list of finished jobs |
java.lang.Boolean |
cloneAllAppsFromHostToHost(int from,
int to)
|
java.lang.Boolean |
cloneAppsFromHostToHost(int from,
int to,
java.lang.Object[] appIds)
|
java.lang.Boolean |
commit()
|
java.lang.Boolean |
confirmOutputFilesReceived(java.lang.String jobID)
called to confirm that the result files for the given job were successfully received and can be deleted |
int |
countCurrentRunningJobs()
Returns the number of currently running jobs |
int |
countCurrentWaitingJobs()
Returns the number of currently queued jobs |
java.lang.Boolean |
deleteUser(int id)
|
java.util.Map<java.lang.String,java.lang.Object> |
getActiveApplications()
|
java.util.Map<java.lang.String,java.lang.Object> |
getActiveApplications(int withAuth)
|
java.util.Map<java.lang.String,java.lang.Object> |
getApplicationById(int appId)
|
java.util.Map<java.lang.String,java.lang.Object> |
getApplicationByName(java.lang.String name)
|
java.util.Map<java.lang.String,java.lang.Object> |
getApplicationInfoForHost(int appId,
int hostId)
|
java.lang.Object[] |
getApplications()
|
java.lang.Object[] |
getApplicationsByFloatId(int floatId)
|
java.lang.Object[] |
getApplicationsByHost(int hostId)
|
java.util.Map<java.lang.String,java.lang.Object> |
getAppState()
The state of configured applications |
java.lang.String |
getCancelerCode(java.lang.String className)
|
java.util.Map<java.lang.String,java.lang.Object> |
getFloatingLicense(int floatId)
|
java.util.Map<java.lang.String,java.lang.Object> |
getFloatingLicenseForApp(int appId)
|
java.lang.Object[] |
getFloatingLicenses()
|
int |
getFloatingLicNumberForApp(int appId)
Returns the number of floating licenses for an application |
java.util.Map<java.lang.String,java.lang.Object> |
getHostById(int hostId)
|
java.util.Map<java.lang.String,java.lang.Object> |
getHostByName(java.lang.String hostName)
|
int |
getHostCpus(java.util.List<java.lang.String> hostInfos)
Returns the total number of cpus for the given hosts |
java.util.Map<java.lang.String,java.lang.Object> |
getHostInfo(int hostId)
Returns the host information (fingerprint) of a host |
int |
getHostLockedCpus(java.util.List<java.lang.String> hostInfos)
Returns the number of locked CPUs for the given hosts |
java.lang.Object[] |
getHosts()
|
java.lang.Object[] |
getHostsByApplication(int appId)
|
java.lang.Object[] |
getHostsByOS(int osId)
|
java.lang.Object[] |
getHostsByOSParent(int parentOsId)
|
java.lang.Object[] |
getHostsByOSParent(int parentOsId,
java.lang.Boolean recursive)
|
java.lang.Object[] |
getHostsByXSupport(java.lang.Boolean supportsX)
|
java.util.Map<java.lang.String,java.lang.Object> |
getHostState()
The state of configured hosts |
java.lang.Object[] |
getJobCancelerImplementations()
|
byte[] |
getJobOutput(java.lang.String jobId)
Returns the console output of a job |
java.util.Map<java.lang.String,java.lang.Object> |
getJobState(java.lang.String caller)
The state of all jobs (queued, running and finished) |
int |
getJobState(java.lang.String jobID,
int taskIndex)
Returns the state of the task with the given index in the job identified by the given id |
int |
getMaxSimultaneousJobs()
Returns the maximum number of jobs running at the same time |
int |
getNumberOfFloatingLicensesForApp(int appId)
|
java.util.Map<java.lang.String,java.lang.Object> |
getOperatingSystemById(int osId)
|
java.lang.Object[] |
getOperatingSystems()
|
java.lang.Object[] |
getOperatingSystemsByParentId(int parentOsId)
|
java.lang.Object[] |
getOperatingSystemsByParentId(int parentOsId,
java.lang.Boolean recursive)
|
java.util.Map<java.lang.String,byte[]> |
getPublicKey()
The public RSA key of the SshResourceManager |
java.lang.Object[] |
getRoles()
|
java.util.Map<java.lang.String,java.lang.Object> |
getSchedulerState()
The Scheduler State |
java.util.Map<java.lang.String,java.lang.Object> |
getState(java.lang.String caller)
Returns the full state of the SshResourceManager, including Jobs, Apps, Hosts, Blocking state, Users... |
java.util.Map<java.lang.String,java.lang.Object> |
getUser(int id)
|
java.util.Map<java.lang.String,java.lang.Object> |
getUserByName(java.lang.String name)
|
java.lang.Object[] |
getUsers()
|
java.lang.Object[] |
getUsersByRole(int role)
|
java.util.Map<java.lang.String,java.lang.Object> |
getUserState()
The state of configured users |
java.lang.Object[] |
getXHosts()
|
java.lang.Boolean |
globalScheduleBlock()
Blocks the scheduling of all jobs |
java.lang.Boolean |
globalScheduleUnblock()
Releases the global block of scheduling |
java.lang.Boolean |
hasDefaultXForward()
|
void |
init(FSshResourceManagerState internalState)
|
int |
isHostLocked(java.util.List<java.lang.String> hostInfos)
Returns whether the hosts with the given hostinfo are locked |
java.lang.Boolean |
lockHost(java.util.List<java.lang.String> hostInfos)
Locks hosts matching the given hostInfos |
java.lang.Boolean |
releaseFloatingLicsOfApp(int appId,
int amount)
releases a number of floating licenses of an application |
java.lang.Boolean |
removeAppFromHost(int hostId,
int appId)
|
java.lang.Boolean |
removeApplication(int appId)
|
java.lang.Boolean |
removeFloatingLicense(int floatId)
|
java.lang.Boolean |
removeHost(int hostId)
|
java.lang.Boolean |
removeHostFromKnownHosts(int hostId)
Removes the entry for the given host from the known hosts |
java.lang.Boolean |
removeOS(int osId)
|
java.util.Map<java.lang.String,java.lang.Object> |
requestOutputFiles(java.lang.String jobID)
Requests the output data of a job marshalled into a map |
java.util.Map<java.lang.String,java.lang.Object> |
requestOutputFileServerPort()
Requests the port of the result file server in order to request the output of a job |
java.lang.Boolean |
resetAppToHost(int hostId,
int appId)
|
java.lang.Boolean |
resetFloatingLicense(int floatId)
|
java.lang.Boolean |
resetHostLockedCpus(int hostId)
|
java.lang.Boolean |
resetHostUsedCpus(int hostId)
|
java.lang.Boolean |
rollback()
|
java.lang.Boolean |
setAppDescription(int appId,
java.lang.String desc)
|
java.lang.Boolean |
setAppFloatingLicense(int appId,
int floatId)
|
java.lang.Boolean |
setAppHardLicsOnHost(int hostId,
int appId,
int numberOfHardLics)
|
java.lang.Boolean |
setAppName(int appId,
java.lang.String appName)
|
java.lang.Boolean |
setAppNeedsX(int appId,
java.lang.Boolean needsX)
|
java.lang.Boolean |
setAppPathOnHost(int hostId,
int appId,
java.lang.String pathToExe)
|
java.lang.Boolean |
setAppPrioOnHost(int hostId,
int appId,
int prio)
|
java.lang.Boolean |
setAppRL(int appId,
int requiredLicenses)
|
java.lang.Boolean |
setAppRP(int appId,
int requiredProcessors)
|
java.lang.Boolean |
setAppXHost(int appId,
int hostId,
int portIndex)
|
java.lang.Boolean |
setHostActive(int hostId,
java.lang.Boolean isActive)
|
java.lang.Boolean |
setHostCredentials(int hostId,
java.lang.String userName,
java.lang.String password,
java.lang.Boolean check)
|
java.lang.Boolean |
setHostLockedCpus(java.util.List<java.lang.String> hostInfos,
int cpus)
Sets the number of locked CPUs for a given host |
java.lang.Boolean |
setHostMem(int hostId,
int mbMemory)
|
java.lang.Boolean |
setHostNP(int hostId,
int np)
|
java.lang.Boolean |
setHostOS(int hostId,
int osId)
|
java.lang.Boolean |
setHostPort(int hostId,
int port)
|
java.lang.Boolean |
setHostSftpRootDir(int hostId,
java.lang.String sftpDir)
|
java.lang.Boolean |
setHostSupportsX(int hostId,
java.lang.Boolean supportsX)
|
java.lang.Boolean |
setHostTempDir(int hostId,
java.lang.String tempDir)
|
java.lang.Boolean |
setHostXPort(int hostId,
java.lang.String port)
|
java.lang.String |
startJob(java.util.Map<java.lang.String,java.lang.Object> _job)
Starts the job marshalled in the given map |
java.util.Map<java.lang.String,java.lang.Object> |
startJobv2(java.util.Map<java.lang.String,java.lang.Object> _job)
Starts the job marshalled in the given map |
java.lang.Boolean |
startTransaction()
|
java.lang.String |
testCanceler(java.lang.String code,
java.lang.String className)
|
java.lang.Boolean |
unblockSchedule()
Unblocks the schedule for new jobs from the current client |
java.lang.Boolean |
unblockSchedule(java.lang.String address)
Unblocks the schedule for new jobs from the given address |
java.lang.Boolean |
unlockHost(java.util.List<java.lang.String> hostInfos)
Unlocks hosts matching the given hostInfos |
java.lang.Boolean |
useFloatingLicsOfApp(int appId,
int amount)
acquires a number of floating licenses of an application |
| Method Detail |
|---|
int getMaxSimultaneousJobs()
int countCurrentRunningJobs()
int countCurrentWaitingJobs()
int getJobState(java.lang.String jobID,
int taskIndex)
jobID - the id of the jobtaskIndex - the index in the list of tasks of the job
java.lang.String startJob(java.util.Map<java.lang.String,java.lang.Object> _job)
_job - the job marshalled as a map
java.util.Map<java.lang.String,java.lang.Object> startJobv2(java.util.Map<java.lang.String,java.lang.Object> _job)
_job - the job marshalled as a map
java.util.Map<java.lang.String,java.lang.Object> requestOutputFiles(java.lang.String jobID)
jobID -
java.util.Map<java.lang.String,java.lang.Object> requestOutputFileServerPort()
java.lang.Boolean confirmOutputFilesReceived(java.lang.String jobID)
jobID -
java.lang.Boolean cancelJob(java.lang.String jobID)
jobID -
java.lang.Boolean blockSchedule()
java.lang.Boolean unblockSchedule()
java.lang.Boolean blockSchedule(java.lang.String address)
java.lang.Boolean unblockSchedule(java.lang.String address)
java.lang.Boolean globalScheduleBlock()
java.lang.Boolean globalScheduleUnblock()
void init(FSshResourceManagerState internalState)
internalState -
java.lang.Boolean addHostToKnownHosts(int hostId,
java.lang.String hostName,
java.lang.String type,
java.lang.String fingerPrint)
hostId - database id of the hosthostName - name of the hosttype - type of the fingerprintfingerPrint - the fingerprint
java.lang.Boolean checkHostKnown(int hostId)
hostId -
java.lang.Boolean removeHostFromKnownHosts(int hostId)
hostId -
java.util.Map<java.lang.String,java.lang.Object> getHostInfo(int hostId)
hostId -
byte[] getJobOutput(java.lang.String jobId)
jobId -
java.util.Map<java.lang.String,java.lang.Object> checkAuth(java.lang.String userName,
java.lang.String pass)
userName - pass -
java.util.Map<java.lang.String,java.lang.Object> getState(java.lang.String caller)
caller -
java.util.Map<java.lang.String,java.lang.Object> getSchedulerState()
java.util.Map<java.lang.String,java.lang.Object> getUserState()
java.util.Map<java.lang.String,java.lang.Object> getAppState()
java.util.Map<java.lang.String,java.lang.Object> getHostState()
java.util.Map<java.lang.String,java.lang.Object> getJobState(java.lang.String caller)
caller -
java.util.Map<java.lang.String,byte[]> getPublicKey()
java.lang.Boolean clearFinishedJobs()
int getFloatingLicNumberForApp(int appId)
appId -
java.lang.Boolean useFloatingLicsOfApp(int appId,
int amount)
appId - amount -
java.lang.Boolean releaseFloatingLicsOfApp(int appId,
int amount)
appId - amount -
java.lang.Boolean lockHost(java.util.List<java.lang.String> hostInfos)
hostInfos -
java.lang.Boolean unlockHost(java.util.List<java.lang.String> hostInfos)
hostInfos -
int isHostLocked(java.util.List<java.lang.String> hostInfos)
hostInfos -
int getHostCpus(java.util.List<java.lang.String> hostInfos)
hostInfos -
int getHostLockedCpus(java.util.List<java.lang.String> hostInfos)
hostInfos -
java.lang.Boolean setHostLockedCpus(java.util.List<java.lang.String> hostInfos,
int cpus)
hostInfos - cpus -
java.lang.Boolean startTransaction()
java.lang.Boolean commit()
java.lang.Boolean rollback()
java.lang.Boolean cleanUp()
int addHost(java.lang.String hostName,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.Boolean isActive,
java.lang.Boolean supportsX)
int addHost(java.lang.String hostName,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.String tempDir,
java.lang.Boolean isActive,
java.lang.Boolean supportsX)
int addHost(java.lang.String hostName,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.String tempDir,
java.lang.String sftpRoot,
java.lang.Boolean isActive,
java.lang.Boolean supportsX)
int addHost(java.lang.String hostName,
int port,
int numberOfProcessors,
int mbMemory,
int osId,
java.lang.String tempDir,
java.lang.String sftpRoot,
java.lang.Boolean isActive,
java.lang.Boolean supportsX,
java.lang.String xPort)
java.lang.Boolean setHostActive(int hostId,
java.lang.Boolean isActive)
java.lang.Boolean setHostNP(int hostId,
int np)
java.lang.Boolean setHostMem(int hostId,
int mbMemory)
java.lang.Boolean setHostOS(int hostId,
int osId)
java.lang.Boolean setHostSupportsX(int hostId,
java.lang.Boolean supportsX)
java.lang.Boolean setHostTempDir(int hostId,
java.lang.String tempDir)
java.lang.Boolean setHostSftpRootDir(int hostId,
java.lang.String sftpDir)
java.lang.Boolean removeHost(int hostId)
java.lang.Boolean setHostPort(int hostId,
int port)
java.lang.Boolean resetHostUsedCpus(int hostId)
java.lang.Boolean resetHostLockedCpus(int hostId)
java.lang.Boolean setHostXPort(int hostId,
java.lang.String port)
java.lang.Boolean setHostCredentials(int hostId,
java.lang.String userName,
java.lang.String password,
java.lang.Boolean check)
int addApplication(java.lang.String appName,
int requiredLicenses,
int requiredProcessors,
java.lang.String description,
java.lang.Boolean needsX)
java.lang.Boolean setAppName(int appId,
java.lang.String appName)
java.lang.Boolean setAppRL(int appId,
int requiredLicenses)
java.lang.Boolean setAppRP(int appId,
int requiredProcessors)
java.lang.Boolean setAppDescription(int appId,
java.lang.String desc)
java.lang.Boolean setAppNeedsX(int appId,
java.lang.Boolean needsX)
java.lang.Boolean setAppFloatingLicense(int appId,
int floatId)
java.lang.Boolean removeApplication(int appId)
java.lang.Boolean setAppXHost(int appId,
int hostId,
int portIndex)
int addFloatingLicense(int number,
java.lang.String name)
int addFloatingLicenseWithApp(int appId,
int number,
java.lang.String name)
java.lang.Boolean changeFloatingLicenseNumber(int floatId,
int number)
java.lang.Boolean changeFloatingLicenseName(int floatId,
java.lang.String name)
java.lang.Boolean removeFloatingLicense(int floatId)
java.lang.Boolean resetFloatingLicense(int floatId)
java.lang.Boolean addAppToHost(int hostId,
int appId,
java.lang.String pathToExe,
int numberOfHardLics,
int prio)
java.lang.Boolean setAppPathOnHost(int hostId,
int appId,
java.lang.String pathToExe)
java.lang.Boolean setAppHardLicsOnHost(int hostId,
int appId,
int numberOfHardLics)
java.lang.Boolean setAppPrioOnHost(int hostId,
int appId,
int prio)
java.lang.Boolean removeAppFromHost(int hostId,
int appId)
java.lang.Boolean resetAppToHost(int hostId,
int appId)
java.lang.Boolean cloneAppsFromHostToHost(int from,
int to,
java.lang.Object[] appIds)
java.lang.Boolean cloneAllAppsFromHostToHost(int from,
int to)
int addOS(java.lang.String name,
int parentOsId)
int addOS(java.lang.String name,
int parentOsId,
java.lang.String chdirCommand)
int addOS(java.lang.String name,
int parentOsId,
java.lang.String chdirCommand,
java.lang.String pathDelimiter)
int addOS(java.lang.String name,
int parentOsId,
java.lang.String chdirCommand,
java.lang.String pathDelimiter,
java.lang.String cancelerClass)
java.lang.Boolean changeOSName(int osId,
java.lang.String newName)
java.lang.Boolean removeOS(int osId)
java.lang.Boolean changeOSChdirCommand(int osId,
java.lang.String chdirCommand)
java.lang.Boolean changeOSPathDelimiter(int osId,
java.lang.String pathDelimiter)
java.lang.Boolean changeOSParent(int osId,
int parentOsId)
java.lang.Boolean changeOSJobCanceler(int osId,
java.lang.String className)
java.lang.Boolean changeHostsOS(int oldOS,
int newOS)
java.lang.Boolean changeOSParents(int oldParentId,
int newParentId)
java.lang.String addJobCanceler(int osId,
java.lang.String code,
java.lang.String className)
java.lang.String testCanceler(java.lang.String code,
java.lang.String className)
java.util.Map<java.lang.String,java.lang.Object> getHostById(int hostId)
java.util.Map<java.lang.String,java.lang.Object> getHostByName(java.lang.String hostName)
java.lang.Object[] getHosts()
java.lang.Object[] getHostsByApplication(int appId)
java.lang.Object[] getHostsByOS(int osId)
java.lang.Object[] getHostsByOSParent(int parentOsId)
java.lang.Object[] getHostsByOSParent(int parentOsId,
java.lang.Boolean recursive)
java.lang.Object[] getHostsByXSupport(java.lang.Boolean supportsX)
java.lang.Object[] getXHosts()
java.lang.Boolean hasDefaultXForward()
java.util.Map<java.lang.String,java.lang.Object> getApplicationById(int appId)
java.util.Map<java.lang.String,java.lang.Object> getApplicationByName(java.lang.String name)
java.lang.Object[] getApplications()
java.util.Map<java.lang.String,java.lang.Object> getActiveApplications(int withAuth)
java.util.Map<java.lang.String,java.lang.Object> getActiveApplications()
java.lang.Object[] getApplicationsByFloatId(int floatId)
java.util.Map<java.lang.String,java.lang.Object> getFloatingLicenseForApp(int appId)
int getNumberOfFloatingLicensesForApp(int appId)
java.util.Map<java.lang.String,java.lang.Object> getApplicationInfoForHost(int appId,
int hostId)
java.lang.Object[] getApplicationsByHost(int hostId)
java.lang.Object[] getFloatingLicenses()
java.util.Map<java.lang.String,java.lang.Object> getFloatingLicense(int floatId)
java.lang.Object[] getOperatingSystems()
java.lang.Object[] getOperatingSystemsByParentId(int parentOsId)
java.lang.Object[] getOperatingSystemsByParentId(int parentOsId,
java.lang.Boolean recursive)
java.util.Map<java.lang.String,java.lang.Object> getOperatingSystemById(int osId)
java.lang.Object[] getJobCancelerImplementations()
java.lang.String getCancelerCode(java.lang.String className)
java.lang.Object[] getRoles()
int addUser(java.lang.String userName,
java.lang.String password,
int role,
java.lang.String email)
int addUser(java.lang.String userName,
java.lang.String password,
int role)
java.lang.Boolean changeUserRole(int id,
int role)
java.lang.Boolean deleteUser(int id)
java.lang.Boolean changeUserPass(int id,
java.lang.String newPass)
java.lang.Boolean changeUserPassByName(java.lang.String id,
java.lang.String oldPass,
java.lang.String newPass)
java.lang.Boolean changeUserEmail(int id,
java.lang.String email)
java.lang.Object[] getUsers()
java.lang.Object[] getUsersByRole(int role)
java.util.Map<java.lang.String,java.lang.Object> getUser(int id)
java.util.Map<java.lang.String,java.lang.Object> getUserByName(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||