Uses of Class
br.shob.InvocationException

Packages that use InvocationException
br.shob   
 

Uses of InvocationException in br.shob
 

Methods in br.shob that throw InvocationException
 Object DefaultSharedReference.srCallMethod(String name, Class[] argTypes, Object[] args)
          This method calls a method from the shared object.
 Object SharedReference.srCallMethod(String name, Class[] argTypes, Object[] args)
          This method calls a method from the shared object.