|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.obligate.annotations.contract.proxy.ContractProxy
org.obligate.annotations.contract.proxy.DirectContractProxy
public class DirectContractProxy
Field Summary |
---|
Fields inherited from interface org.obligate.annotations.contract.proxy.ContractVariables |
---|
POSTCONDITION_ID, PRECONDITION_ID |
Constructor Summary | |
---|---|
DirectContractProxy(java.lang.Object instance)
|
Method Summary | |
---|---|
protected java.lang.Object |
internalInvocation(java.lang.reflect.Method method,
java.lang.Object[] arguments)
The abstract method that needs to be implemented to perform the actual call |
Methods inherited from class org.obligate.annotations.contract.proxy.ContractProxy |
---|
doValidation, invoke, toMethodCallString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectContractProxy(java.lang.Object instance)
Method Detail |
---|
protected java.lang.Object internalInvocation(java.lang.reflect.Method method, java.lang.Object[] arguments) throws java.lang.Throwable
ContractProxy
internalInvocation
in class ContractProxy
method
- the method to callarguments
- the arguments for the call
java.lang.Throwable
ContractProxy.internalInvocation(java.lang.reflect.Method,
java.lang.Object[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |