WebObjects 5.4.2

com.webobjects.directtoweb
Class ServerSideAction

java.lang.Object
  extended by com.apple.client.directtoweb.common.Action
      extended by com.webobjects.directtoweb.ServerSideAction
All Implemented Interfaces:
com.apple.client.directtoweb.common.D2WKeyValueArchiving, EOKeyValueArchiving

public class ServerSideAction
extends com.apple.client.directtoweb.common.Action
implements EOKeyValueArchiving


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving
EOKeyValueArchiving.Awaking, EOKeyValueArchiving.FinishInitialization, EOKeyValueArchiving.Support
 
Field Summary
 
Fields inherited from class com.apple.client.directtoweb.common.Action
EntityKey, LabelKey, TaskKey
 
Constructor Summary
ServerSideAction()
           
ServerSideAction(String label, String task, String entity)
           
 
Method Summary
static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver)
           
 void encodeWithKeyValueArchiver(EOKeyValueArchiver archiver)
          Asks the receiver to archive its state into the EOKeyValueArchiver archiver.
 
Methods inherited from class com.apple.client.directtoweb.common.Action
decodeWithD2WKeyValueUnarchiver, encodeWithD2WKeyValueArchiver, equals, getFields, setFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerSideAction

public ServerSideAction()

ServerSideAction

public ServerSideAction(String label,
                        String task,
                        String entity)
Method Detail

encodeWithKeyValueArchiver

public void encodeWithKeyValueArchiver(EOKeyValueArchiver archiver)
Description copied from interface: EOKeyValueArchiving
Asks the receiver to archive its state into the EOKeyValueArchiver archiver.

Specified by:
encodeWithKeyValueArchiver in interface EOKeyValueArchiving
Parameters:
archiver - the EOKeyValueArchiver
See Also:
EOKeyValueArchiver

decodeWithKeyValueUnarchiver

public static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.