|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.incesoft.botplatform.sdk.RobotServerFactory
public abstract class RobotServerFactory
Robot server factory to generate robot server instance.
Constructor Summary | |
---|---|
RobotServerFactory()
|
Method Summary | |
---|---|
abstract RobotServer |
createRobotServer(java.lang.String ip,
int port)
Create a RobotServer instance |
static RobotServerFactory |
getInstance()
Get RobotServerFactory instance |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RobotServerFactory()
Method Detail |
---|
public static RobotServerFactory getInstance()
public abstract RobotServer createRobotServer(java.lang.String ip, int port)
ip
- IP of BOTPLATFORM for RobotServer to loginport
- Port of BOTPLATFORM for RobotServer to login
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |