wt.inf.container
Class WTContainerNamespaceDelegate

java.lang.Object
  extended bywt.inf.container.WTContainerNamespaceDelegate
All Implemented Interfaces:
IdentificationObjectNamespaceDelegate

public class WTContainerNamespaceDelegate
extends Object
implements IdentificationObjectNamespaceDelegate



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static int[] ZERO
           
 
Constructor Summary
WTContainerNamespaceDelegate()
           
 
Method Summary
 void changeIdentity(IdentificationObject identificationObject, Identified obj)
          

Supported API: false
private  WTContainer getNamespace(WTContainerNamespace namespace)
           
 void initialize(IdentificationObject identificationObject, Identified obj)
          

Supported API: false
 void setAdditionalKeyAttributes(IdentificationObject identificationObject, SemanticKey key)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

ZERO

private static final int[] ZERO
Constructor Detail

WTContainerNamespaceDelegate

public WTContainerNamespaceDelegate()
Method Detail

initialize

public void initialize(IdentificationObject identificationObject,
                       Identified obj)
                throws WTException


Supported API: false

Specified by:
initialize in interface IdentificationObjectNamespaceDelegate
Parameters:
identificationObject -
obj -
Throws:
WTException

changeIdentity

public void changeIdentity(IdentificationObject identificationObject,
                           Identified obj)
                    throws WTException


Supported API: false

Specified by:
changeIdentity in interface IdentificationObjectNamespaceDelegate
Parameters:
identificationObject -
obj -
Throws:
WTException

setAdditionalKeyAttributes

public void setAdditionalKeyAttributes(IdentificationObject identificationObject,
                                       SemanticKey key)
                                throws WTException


Supported API: false

Specified by:
setAdditionalKeyAttributes in interface IdentificationObjectNamespaceDelegate
Parameters:
identificationObject -
key -
Throws:
WTException

getNamespace

private final WTContainer getNamespace(WTContainerNamespace namespace)
                                throws WTException
Throws:
WTException