Uses of Class
org.eclipse.persistence.sessions.server.ConnectionPolicy.ExclusiveMode
-
Packages that use ConnectionPolicy.ExclusiveMode Package Description org.eclipse.persistence.sessions.server -
-
Uses of ConnectionPolicy.ExclusiveMode in org.eclipse.persistence.sessions.server
Fields in org.eclipse.persistence.sessions.server declared as ConnectionPolicy.ExclusiveMode Modifier and Type Field Description protected ConnectionPolicy.ExclusiveModeConnectionPolicy. exclusiveModeThis attribute is used by the ServerSession to determine if a client session with an exclusive connection should be built and how the exclusive connection should be used.Methods in org.eclipse.persistence.sessions.server that return ConnectionPolicy.ExclusiveMode Modifier and Type Method Description ConnectionPolicy.ExclusiveModeConnectionPolicy. getExclusiveMode()PUBLIC: Returns exclusive mode.static ConnectionPolicy.ExclusiveModeConnectionPolicy.ExclusiveMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionPolicy.ExclusiveMode[]ConnectionPolicy.ExclusiveMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.sessions.server with parameters of type ConnectionPolicy.ExclusiveMode Modifier and Type Method Description voidConnectionPolicy. setExclusiveMode(ConnectionPolicy.ExclusiveMode exclusiveMode)PUBLIC: Sets exclusive mode, if null is passed sets the default value.
-