|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.lifecycle.Procedures
public class Procedures
Facade class providing some useful Procedure implementations.
Zephyr Business Solution
| Constructor Summary | |
|---|---|
Procedures()
|
|
| Method Summary | |
|---|---|
static Procedure |
method(java.lang.reflect.Method mtd)
Creates a procedure that encapsulates a method. |
static Procedure |
method(java.lang.String name)
Creates a procedure that invokes a parameter-less method of a certain name. |
static Procedure |
method(java.lang.String name,
java.lang.Class[] param_types)
Creates a procedure that invokes a method of a certain signature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Procedures()
| Method Detail |
|---|
public static Procedure method(java.lang.String name,
java.lang.Class[] param_types)
name - the method name.param_types - the parameter types.
public static Procedure method(java.lang.String name)
name - the method name.
public static Procedure method(java.lang.reflect.Method mtd)
mtd - the method object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||