wt.tools.generation.architecture.service
Class RemoteForwarderMethod

java.lang.Object
  extended bywt.tools.generation.language.JavaMethodGenerator
      extended bywt.tools.generation.architecture.WTMethodGenerator
          extended bywt.tools.generation.architecture.service.RemoteForwarderMethod

public class RemoteForwarderMethod
extends WTMethodGenerator


Field Summary
private static Hashtable allInstances
           
protected static RemoteForwarderMethod theInstance
           
 
Fields inherited from class wt.tools.generation.language.JavaMethodGenerator
source
 
Constructor Summary
protected RemoteForwarderMethod()
           
 
Method Summary
protected  String clientServerTag()
           
protected  void constructor(Vector bodyLines)
           
protected  void defaultBody(Vector bodyLines)
           
protected  Vector genBody(Vector bodyLines, MethodBody bodyType)
           
static JavaMethodGenerator get()
           
protected  void instance(Vector bodyLines)
           
protected  void manager(Vector bodyLines)
           
protected  void managerName(Vector bodyLines)
           
protected  void staticMethod(Vector bodyLines)
           
protected  void toStringDefault(Vector bodyLines)
           
 
Methods inherited from class wt.tools.generation.architecture.WTMethodGenerator
addRemoteTry, clientAnchorName, dereferenceGet, dereferenceSet, enumFactory, enumFactoryDynamic, enumFriend, enumGetDefault, enumGetGeneric, enumGetInternal, enumGetLocaleSet, enumGetSpecific, enumInitLocale, enumStaticInit, linkGet, linkGetAlias, linkSet, linkSetAlias, linkSetCovariant, remote, serverAnchorName
 
Methods inherited from class wt.tools.generation.language.JavaMethodGenerator
addReadType, addWriteType, argCheck, arguments, attributeName, biDirectionalSet, classInfo, classname, construct, construct, construct, construct, constructFactory, constructFactory, containerPlus, create, defaultReturn, delegator, derivedTraversal, evolvableRead, evolvableReadProtected, evolvableWrite, externalizationRead, externalizationReadFields, externalizationWrite, genBody, genEquals, genHashcode, getter, getter, getterDerived, getterKeyed, getterRBcontents, identification, initialize, instantiate, instantiate, isPDSArray, keyArgs, mappableType, oldVersionRead, oldVersionReadTop, PDSRead, PDSWrite, readObject, readWriter, readWriterPDS, removerKeyed, returnCast, returnNoCast, setter, setterCovariant, setterDerived, setterKeyed, setterValidation, setterValueName, setterValueType, superCall, tab, toPrimitive, toPrimitive, toPrimitive, toWrapper, toWrapper, transformArg, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theInstance

protected static RemoteForwarderMethod theInstance

allInstances

private static final Hashtable allInstances
Constructor Detail

RemoteForwarderMethod

protected RemoteForwarderMethod()
Method Detail

clientServerTag

protected String clientServerTag()

constructor

protected final void constructor(Vector bodyLines)
Overrides:
constructor in class JavaMethodGenerator

defaultBody

protected void defaultBody(Vector bodyLines)
Overrides:
defaultBody in class WTMethodGenerator

genBody

protected Vector genBody(Vector bodyLines,
                         MethodBody bodyType)
Overrides:
genBody in class WTMethodGenerator

get

public static JavaMethodGenerator get()

instance

protected final void instance(Vector bodyLines)
Overrides:
instance in class JavaMethodGenerator

manager

protected void manager(Vector bodyLines)

managerName

protected void managerName(Vector bodyLines)

staticMethod

protected final void staticMethod(Vector bodyLines)
Overrides:
staticMethod in class JavaMethodGenerator

toStringDefault

protected void toStringDefault(Vector bodyLines)
Overrides:
toStringDefault in class JavaMethodGenerator