Uses of Enum Class
org.serviceconnector.server.ServerType
Packages that use ServerType
-
Uses of ServerType in org.serviceconnector.conf
Methods in org.serviceconnector.conf that return ServerTypeConstructors in org.serviceconnector.conf with parameters of type ServerTypeModifierConstructorDescriptionRemoteNodeConfiguration(ServerType serverType, String name, String host, int port, String connectionType, int keepAliveIntervalSeconds, int checkRegistrationIntervalSeconds, int maxConnections, int maxSessions, String httpUrlFileQualifier) Instantiates a new remote node configuration. -
Uses of ServerType in org.serviceconnector.server
Methods in org.serviceconnector.server that return ServerTypeModifier and TypeMethodDescriptionIServer.getType()Gets the server type.IStatefulServer.getType()Gets the server type.Server.getType()Gets the server type.static ServerTypeGets the type.static ServerTypeReturns the enum constant of this class with the specified name.static ServerType[]ServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.