Uses of Class
de.haumacher.msgbuf.graph.DefaultScope
-
Packages that use DefaultScope Package Description de.haumacher.msgbuf.graph -
-
Uses of DefaultScope in de.haumacher.msgbuf.graph
Methods in de.haumacher.msgbuf.graph that return DefaultScope Modifier and Type Method Description static DefaultScopeDefaultScope. newClientInstance()Creates aDefaultScopefor the client , where the graph is only shared between two participants, theclientand theserver.static DefaultScopeDefaultScope. newServerInstance()Creates aDefaultScopefor the server, where the graph is only shared between two participants, theclientand the server.
-