metaglue.AgentPrimer
Class AgentPrimer

java.lang.Object
  |
  +--metaglue.AgentPrimer.AgentPrimer

public class AgentPrimer
extends Object

Some notes: Should get and setAgent be synchronized since if something doing rmi call when stub ripped out from under, could cause strangeness?


Constructor Summary
AgentPrimer()
           
 
Method Summary
static String getReturnTypeString(Method m)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentPrimer

public AgentPrimer()
Method Detail

main

public static void main(String[] args)

getReturnTypeString

public static String getReturnTypeString(Method m)