wt.ixb.actor
Class LockActorTemplate

java.lang.Object
  extended bywt.ixb.actor.ActorTemplate
      extended bywt.ixb.actor.LockActorTemplate
All Implemented Interfaces:
Actor

public class LockActorTemplate
extends ActorTemplate


Field Summary
private static String RESOURCE
           
 
Fields inherited from class wt.ixb.actor.ActorTemplate
 
Constructor Summary
LockActorTemplate()
           
 
Method Summary
 void checkApplicabilityOfAction(Object obj)
          Check if this action is applicable to the specified object.
 void performPostExportAction(ClassExporterImporter handler, Exporter exporter, Object object, IxbElement fileXML)
          Perform any action for the object after the real export ends.
 
Methods inherited from class wt.ixb.actor.ActorTemplate
createObject, importObjectAttributes, importObjectAttributesAfterStore, performPreExportAction, previewObject, storeObject
 
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
Constructor Detail

LockActorTemplate

public LockActorTemplate()
Method Detail

performPostExportAction

public void performPostExportAction(ClassExporterImporter handler,
                                    Exporter exporter,
                                    Object object,
                                    IxbElement fileXML)
                             throws WTException
Description copied from class: ActorTemplate
Perform any action for the object after the real export ends. Usually all common export actions are executed here.

Supported API: true

Specified by:
performPostExportAction in interface Actor
Overrides:
performPostExportAction in class ActorTemplate
Parameters:
handler - The export class handler.
exporter - The Exporter instance that represents the context of the export operation.
object - The object to be exported.
fileXML - The exported information of the object.
Throws:
WTException

checkApplicabilityOfAction

public void checkApplicabilityOfAction(Object obj)
                                throws IxbInapplicableActionException
Description copied from class: ActorTemplate
Check if this action is applicable to the specified object. If not, throw wt.util.WTException

Supported API: true

Specified by:
checkApplicabilityOfAction in interface Actor
Overrides:
checkApplicabilityOfAction in class ActorTemplate
Parameters:
obj -
Throws:
IxbInapplicableActionException