|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xdms.function.BaseFunction
public abstract class BaseFunction
Field Summary | |
---|---|
protected ApplicationUsage |
appUsage
The ApplicationUsage |
protected java.lang.String |
auid
The AUID |
protected AuidConfig |
auidConfig
The AuidConfig |
static java.lang.String |
COPYRIGHT
|
protected XcapCaps |
xcapCaps
The XcapCaps |
Constructor Summary | |
---|---|
BaseFunction()
|
Method Summary | |
---|---|
ApplicationUsage |
getApplicationUsage()
Returns the ApplicationUsage for which this function is associated with. |
boolean |
init(ApplicationUsage appUsage)
Initializes the function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected XcapCaps xcapCaps
protected ApplicationUsage appUsage
protected AuidConfig auidConfig
protected java.lang.String auid
Constructor Detail |
---|
public BaseFunction()
Method Detail |
---|
public boolean init(ApplicationUsage appUsage)
init
in interface Function
appUsage
- The ApplicationUsage information.
public ApplicationUsage getApplicationUsage()
getApplicationUsage
in interface Function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |