|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaokell.lib.membrane.MembraneDef
public class MembraneDef
Class holding data for defining a membrane.
Field Summary | |
---|---|
Object |
controllerdesc
The controller description (e.g. primitive, composite). |
ControllerDef[] |
ctrls
The array of controllers implemented by this membrane. |
Class[] |
intercepts
The Java marker types for the interceptors associated to the membrane (must be Java interfaces). |
Class |
type
The Java marker type for the membrane (must be an Java interface). |
Constructor Summary | |
---|---|
MembraneDef(Object controllerdesc,
ControllerDef[] ctrls,
Class type,
Class[] intercepts)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Object controllerdesc
public ControllerDef[] ctrls
public Class type
public Class[] intercepts
Constructor Detail |
---|
public MembraneDef(Object controllerdesc, ControllerDef[] ctrls, Class type, Class[] intercepts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |