Uses of Interface
org.dwcj.environment.namespace.Namespace
Packages that use Namespace
-
Uses of Namespace in org.dwcj
Modifier and TypeMethodDescriptionstatic NamespaceApp.getNamespace(String prefix, String name, Boolean fCreateIfMissing) static NamespaceApp.getNamespace(Namespace.NamespaceType namespaceType) -
Uses of Namespace in org.dwcj.environment.namespace
Classes in org.dwcj.environment.namespace that implement NamespaceModifier and TypeClassDescriptionfinal classGlobal Namespaces are shared between all application server threads on the same server.final classA Group Namespace is shared between all application server threads started from the same parent.final classA private namespace is shared between all clients that know its prefix and name.final classA session namespace is a singleton that only exists within the current application server thread.classA Namespace is a shared object space, like a singleton.