Uses of Class
org.serviceconnector.server.StatefulServer
Packages that use StatefulServer
-
Uses of StatefulServer in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc that return StatefulServerModifier and TypeMethodDescriptionDeRegisterServerCommand.getStatefulServerByName(String key) Gets the stateful server by name.Methods in org.serviceconnector.cmd.sc with parameters of type StatefulServerModifier and TypeMethodDescriptionvoidCreateSessionCommandCallback.setServer(StatefulServer server) Sets the server.Constructors in org.serviceconnector.cmd.sc with parameters of type StatefulServerModifierConstructorDescriptionDeleteSessionCommandCallback(IRequest request, IResponse response, IResponderCallback callback, Session session, StatefulServer server) Instantiates a new delete session command callback. -
Uses of StatefulServer in org.serviceconnector.service
Fields in org.serviceconnector.service with type parameters of type StatefulServerModifier and TypeFieldDescriptionprotected List<StatefulServer>StatefulService.listOfServersThe list of servers.Methods in org.serviceconnector.service that return StatefulServerMethods in org.serviceconnector.service that return types with arguments of type StatefulServerMethods in org.serviceconnector.service with parameters of type StatefulServerModifier and TypeMethodDescriptionvoidStatefulService.addServer(StatefulServer server) Adds the server.voidStatefulService.removeServer(StatefulServer server) Removes the server.