TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.execution.util.internal
Class AgentControllerFactory

java.lang.Object
  extended by 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


Field Summary
static int INCREMENTAL_WAIT
          The incremental wait times
static int TOTAL_WAIT
          The total incremental wait
 
Constructor Summary
AgentControllerFactory()
           
 
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
 

Field Detail

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
Constructor Detail

AgentControllerFactory

public AgentControllerFactory()
Method Detail

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)

TPTP 4.5.0 Platform Project
Internal API Specification