Uses of Class
com.levigo.jadice.web.conn.client.ServerConnection
Packages that use ServerConnection
-
Uses of ServerConnection in com.levigo.jadice.web.conn.client
Methods in com.levigo.jadice.web.conn.client that return ServerConnectionModifier and TypeMethodDescriptionServerConnectionBuilder.build()static ServerConnectionServerConnection.get()Returns the previous createdServerConnectionusing theServerConnectionBuilderif one was created or null if no connection was created.Methods in com.levigo.jadice.web.conn.client with parameters of type ServerConnectionModifier and TypeMethodDescriptionprotected static voidServerConnection.set(ServerConnection connection) Sets aServerConnectioncreated by theServerConnectionBuilder.