swarm.defobj
Class FCallImpl

java.lang.Object
  |
  +--swarm.defobj.FCallImpl

public class FCallImpl
extends Object
implements CreateS, Create, DropS, Drop, FCallS, FCall

A language independent interface to dynamic calls.. A language independent interface to dynamic calls.


Constructor Summary
FCallImpl()
           
FCallImpl(ZoneImpl aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.FCallS
getArguments, setArguments, setJavaMethod$inClass, setMethod$inObject
 
Methods implemented by this class for interface swarm.defobj.FCall
performCall
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FCallImpl

public FCallImpl()

FCallImpl

public FCallImpl(ZoneImpl aZone)
Default constructor for Impl class