public class YServiceSession extends YSession
Constructor and Description |
---|
YServiceSession(YAWLServiceReference service,
long timeOutSeconds) |
Modifier and Type | Method and Description |
---|---|
YAWLServiceReference |
getClient() |
java.lang.String |
getName() |
java.lang.String |
getPassword()
Gets the services's password.
|
java.lang.String |
getURI()
Get's the service's URI.
|
void |
setPassword(java.lang.String password)
Updates (and persists) the password for the custom service.
|
void |
setService(YAWLServiceReference service) |
getHandle, getInterval
public YServiceSession(YAWLServiceReference service, long timeOutSeconds)
public java.lang.String getURI()
public java.lang.String getName()
public java.lang.String getPassword()
getPassword
in class YSession
public void setPassword(java.lang.String password) throws YPersistenceException
setPassword
in class YSession
password
- the (hashed) password to set for the service.YPersistenceException
- if there's some problem persisting the change.public void setService(YAWLServiceReference service)
public YAWLServiceReference getClient()
Copyright © 2004-2014 The YAWL Foundation.