com.waveset.adapter
Interface HostAccessLogin
- All Known Implementing Classes:
- ACF2ResourceAdapter, NaturalResourceAdapter, RACFResourceAdapter, ScriptedHostResourceAdapter, TopSecretResourceAdapter
- public interface HostAccessLogin
Field Summary |
static java.lang.String |
code_id
|
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
login
public void login(HostAccess hostAccess)
throws java.lang.Exception
- Throws:
java.lang.Exception
login
public void login(HostAccess hostAccess,
ServerAffinity affinity)
throws java.lang.Exception
- Throws:
java.lang.Exception
logoff
public void logoff(HostAccess hostAccess)
throws java.lang.Exception
- Throws:
java.lang.Exception
getHost
public java.lang.String getHost()
throws java.lang.Exception
- Throws:
java.lang.Exception
getPort
public java.lang.String getPort()
throws java.lang.Exception
- Throws:
java.lang.Exception
getUser
public java.lang.String getUser()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAffinityList
public java.util.List getAffinityList()
throws java.lang.Exception
- Throws:
java.lang.Exception
getKey
public java.lang.String getKey()
throws java.lang.Exception
- Throws:
java.lang.Exception
getRequestTimeout
public int getRequestTimeout()
throws java.lang.Exception
- Throws:
java.lang.Exception
getIdleTimeout
public int getIdleTimeout()
throws java.lang.Exception
- Throws:
java.lang.Exception
getProperties
public java.util.Properties getProperties()
getMaxConnections
public int getMaxConnections()