|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IService
Base service interface that other services must implement
| Method Summary | |
|---|---|
java.lang.String |
getServicePassword()
Get the Password for the current thread |
java.lang.String |
getServiceUser()
Get the UserId for the current thread |
void |
setServicePassword(java.lang.String password)
Set the password for the current thread's operations |
void |
setServiceUser(java.lang.String userId)
Set the UserID for the current thread's operations |
| Method Detail |
|---|
void setServiceUser(java.lang.String userId)
userId - UserId to use in current thread's operationsjava.lang.String getServiceUser()
void setServicePassword(java.lang.String password)
password - Password to use in current thread's operationsjava.lang.String getServicePassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||