public class InvocationObject extends Object
Constructor and Description |
---|
InvocationObject(Method method,
BaseDriverInterface arangoDriver,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
BaseDriverInterface |
getArangoDriver() |
Object[] |
getArgs() |
Method |
getMethod() |
void |
setArangoDriver(BaseDriverInterface arangoDriver) |
void |
setArgs(Object[] args) |
void |
setMethod(Method method) |
public InvocationObject(Method method, BaseDriverInterface arangoDriver, Object[] args)
public Method getMethod()
public void setMethod(Method method)
public Object[] getArgs()
public void setArgs(Object[] args)
public BaseDriverInterface getArangoDriver()
public void setArangoDriver(BaseDriverInterface arangoDriver)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.