wt.replication.export
Class ReplicationWTPartStruct

java.lang.Object
  extended bywt.replication.export.ReplicationWTPartStruct
All Implemented Interfaces:
ReplicationProductStruct

public class ReplicationWTPartStruct
extends Object
implements ReplicationProductStruct



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private  Navigator navigator
           
private  WTPartConfigSpec partConfigSpec
           
private static String RESOURCE
           
 
Constructor Summary
ReplicationWTPartStruct()
           
 
Method Summary
 void export(WTUnit a_unit, ExportHandler a_expHandler)
          

Supported API: false
 Class getReplicator(String a_className)
          

Supported API: false
 boolean isProductStructBaselinable()
          

Supported API: false
static void printBaselineLog(ManagedBaseline baseline)
           
static void printWTPartSeed(UnitSeedLink seedLink)
           
private  void setNavigator(Persistable a_object, ConfigSpec a_configSpec)
           
private  void setPartConfigSpec(WTUnit a_unit)
           
 void visitOnImport(WTUnit a_unit, WTObject a_object)
          

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

navigator

private Navigator navigator

partConfigSpec

private WTPartConfigSpec partConfigSpec
Constructor Detail

ReplicationWTPartStruct

public ReplicationWTPartStruct()
Method Detail

export

public void export(WTUnit a_unit,
                   ExportHandler a_expHandler)
            throws WTException


Supported API: false

Specified by:
export in interface ReplicationProductStruct
Parameters:
a_unit -
a_expHandler -
Throws:
WTException

isProductStructBaselinable

public boolean isProductStructBaselinable()


Supported API: false

Specified by:
isProductStructBaselinable in interface ReplicationProductStruct
Returns:
boolean

visitOnImport

public void visitOnImport(WTUnit a_unit,
                          WTObject a_object)
                   throws WTException


Supported API: false

Specified by:
visitOnImport in interface ReplicationProductStruct
Parameters:
a_unit -
a_object -
Throws:
WTException

getReplicator

public Class getReplicator(String a_className)
                    throws WTException


Supported API: false

Specified by:
getReplicator in interface ReplicationProductStruct
Parameters:
a_className -
Returns:
Class
Throws:
WTException

setNavigator

private void setNavigator(Persistable a_object,
                          ConfigSpec a_configSpec)
                   throws WTException
Throws:
WTException

setPartConfigSpec

private void setPartConfigSpec(WTUnit a_unit)
                        throws WTException
Throws:
WTException

printWTPartSeed

public static void printWTPartSeed(UnitSeedLink seedLink)

printBaselineLog

public static void printBaselineLog(ManagedBaseline baseline)