Uses of Interface
org.eclipse.persistence.sessions.server.Server
-
Packages that use Server Package Description org.eclipse.persistence.sessions org.eclipse.persistence.sessions.server -
-
Uses of Server in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return Server Modifier and Type Method Description ServerProject. createServerSession()PUBLIC: Factory method to create a server session.ServerProject. createServerSession(int min, int max)PUBLIC: Factory method to create a server session.ServerProject. createServerSession(int initial, int min, int max)PUBLIC: Factory method to create a server session.ServerProject. createServerSession(ConnectionPolicy defaultConnectionPolicy)PUBLIC: Factory method to create a server session. -
Uses of Server in org.eclipse.persistence.sessions.server
Classes in org.eclipse.persistence.sessions.server that implement Server Modifier and Type Class Description classServerSessionImplementation of Server INTERNAL: The public interface should be used.
-