org.eclipse.tptp.platform.execution.util.internal
Class AgentControllerFactory
java.lang.Object
org.eclipse.tptp.platform.execution.util.internal.AgentControllerFactory
- All Implemented Interfaces:
- IAgentControllerFactory
- Direct Known Subclasses:
- UIAgentControllerFactory
public class AgentControllerFactory
- extends java.lang.Object
- implements IAgentControllerFactory
|
Method Summary |
org.eclipse.tptp.platform.execution.client.core.IAgentController |
createConnection(java.lang.String hostName,
int portNumber)
|
org.eclipse.tptp.platform.execution.security.User |
findUser(java.lang.String hostName)
|
org.eclipse.tptp.platform.execution.security.User |
promptAuthentication(java.lang.String hostName,
java.lang.String userName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INCREMENTAL_WAIT
public static final int INCREMENTAL_WAIT
- The incremental wait times
- See Also:
- Constant Field Values
TOTAL_WAIT
public static final int TOTAL_WAIT
- The total incremental wait
- See Also:
- Constant Field Values
AgentControllerFactory
public AgentControllerFactory()
createConnection
public org.eclipse.tptp.platform.execution.client.core.IAgentController createConnection(java.lang.String hostName,
int portNumber)
throws java.lang.Exception
- Specified by:
createConnection in interface IAgentControllerFactory
- Throws:
java.lang.Exception
findUser
public org.eclipse.tptp.platform.execution.security.User findUser(java.lang.String hostName)
promptAuthentication
public org.eclipse.tptp.platform.execution.security.User promptAuthentication(java.lang.String hostName,
java.lang.String userName)