Class PrivateNamespace

java.lang.Object
org.dwcj.environment.namespace.StandardNamespace
org.dwcj.environment.namespace.PrivateNamespace
All Implemented Interfaces:
CanLock, Namespace

public final class PrivateNamespace extends StandardNamespace
A private namespace is shared between all clients that know its prefix and name.
  • Constructor Details

    • PrivateNamespace

      public PrivateNamespace(String prefix, String name, Boolean fCreateIfMissing)
      Access the known namespace
      Parameters:
      prefix - a prefix string
      name - a name string
      fCreateIfMissing - if set to false and the namespace does not exist, it will not be created but an exception is thrown