Uses of Interface
org.starhope.appius.via.ViaMunita

Packages that use ViaMunita
org.starhope.appius.via   
 

Uses of ViaMunita in org.starhope.appius.via
 

Fields in org.starhope.appius.via with type parameters of type ViaMunita
private static ConcurrentHashMap<Class<? extends ViaMunita<?>>,ConcurrentSkipListSet<Map.Entry<String,Vector<Class<?>>>>> Via.classMethodIntrospectionCache
          WRITEME: document this field (brpocock@star-hope.org, Jan 15, 2010) munita (Via)
 

Methods in org.starhope.appius.via with parameters of type ViaMunita
private static void Via.classReady(ViaMunita<?> o)
          WRITEME: document this method (brpocock@star-hope.org, Jan 15, 2010)
private static Object[] Via.conformRPCArgs(ViaMunita<?> remote, String methodName, Object... args)
          WRITEME: document this method (brpocock@star-hope.org, Jan 15, 2010)
static void Via.connect(ViaMunita<?> o)
          WRITEME: document this method (brpocock@star-hope.org, Jan 13, 2010)
static void Via.flush(ViaMunita<?> localHalf)
           
static Object Via.rpc(ViaMunita<?> remote, String methodName, Object... args)
           
private static void Via.setRemote(ViaMunita<?> remote, Method m, SetRemote a)