jasco.runtime
Class Advice

java.lang.Object
  extended by jasco.runtime.Advice

public class Advice
extends java.lang.Object


Nested Class Summary
static class Advice.Type
           
 
Constructor Summary
Advice()
           
 
Method Summary
static java.lang.String getNameForType(Advice.Type t)
           
static java.lang.String getSourceNameForType(Advice.Type t)
           
static boolean hasReturnValue(Advice.Type t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Advice

public Advice()
Method Detail

getNameForType

public static java.lang.String getNameForType(Advice.Type t)

hasReturnValue

public static boolean hasReturnValue(Advice.Type t)

getSourceNameForType

public static java.lang.String getSourceNameForType(Advice.Type t)