edu.rit.m2mi
Class UniInvocationFactory
java.lang.Object
edu.rit.m2mi.InvocationFactory
edu.rit.m2mi.UniInvocationFactory
public class UniInvocationFactory
- extends InvocationFactory
Class UniInvocationFactory provides a factory object that creates unihandle
invocation objects (type
UniInvocation
).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UniInvocationFactory
public UniInvocationFactory()
- Construct a new unihandle invocation factory.
newInvocation
public Invocation newInvocation(Eoid theEoid,
MethodDescriptor theMethodDescriptor,
MethodInvoker theMethodInvoker)
- Create a new unihandle invocation object with the given EOID, method
descriptor, and method invoker.
- Specified by:
newInvocation
in class InvocationFactory
- Parameters:
theEoid
- EOID.theMethodDescriptor
- Method descriptor.theMethodInvoker
- Method invoker.
- Returns:
- New invocation object of type
UniInvocation
, upcast to type
Invocation
.
- Throws:
NullPointerException
- (unchecked exception) Thrown if any argument is null.
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.