org.tango.server.device
Class AroundInvokeImpl

java.lang.Object
  extended by org.tango.server.device.AroundInvokeImpl

public final class AroundInvokeImpl
extends java.lang.Object

AroundInvoke implementation

Author:
ABEILLE

Constructor Summary
AroundInvokeImpl(java.lang.Object businessObject, java.lang.reflect.Method aroundInvokeMethod)
          Ctr
 
Method Summary
 void aroundInvoke(InvocationContext ctx)
          Call aroundInvoke implementation
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AroundInvokeImpl

public AroundInvokeImpl(java.lang.Object businessObject,
                        java.lang.reflect.Method aroundInvokeMethod)
Ctr

Parameters:
businessObject -
aroundInvokeMethod -
Method Detail

aroundInvoke

public void aroundInvoke(InvocationContext ctx)
                  throws fr.esrf.Tango.DevFailed
Call aroundInvoke implementation

Parameters:
ctx - invocation context
Throws:
fr.esrf.Tango.DevFailed

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012-2016. All Rights Reserved.