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 ServerConnection
ServerConnection.get()
Returns the previous createdServerConnection
using theServerConnectionBuilder
if 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 void
ServerConnection.set
(ServerConnection connection) Sets aServerConnection
created by theServerConnectionBuilder
.