All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.VBinaryFunction
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.VBinaryFunction
- public class VBinaryFunction
- extends VObject
- implements BinaryFunction
VBinaryFunction is the virtual class of BinaryFunction.
-
VBinaryFunction()
- Construct a VBinaryFunction that is not associated with an object.
-
VBinaryFunction(VSubspace)
- Construct a VBinaryFunction and connect it to the specified object.
-
execute(Object, Object)
-
-
execute(Object, Object, Messenger)
-
-
getOriginalClassName()
-
-
originalIsInterface()
-
VBinaryFunction
public VBinaryFunction()
- Construct a VBinaryFunction that is not associated with an object.
This function is used internally by Voyager and should not
be invoked by user code. Any attempt to send a message to a
reference created using this default constructor will cause a
NullPointerException to be thrown.
VBinaryFunction
public VBinaryFunction(VSubspace reference) throws VoyagerException
- Construct a VBinaryFunction and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
execute
public Result execute(Object arg1,
Object arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
execute
public Object execute(Object arg1,
Object arg2)
All Packages Class Hierarchy This Package Previous Next Index