|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.engine.QueryProdLimitPropsCmd
Query command for product limitation properties. Returns all active attributes which match given prefix string. Note that properties returned for prefix 'x.y.x' will be the values from the ProdLimit.sprop file which start with 'func.FL.x.y.z', where 'FL' is currently active functionality level.
Field Summary |
---|
Constructor Summary | |
---|---|
QueryProdLimitPropsCmd(java.lang.String prefix)
Constructor for query command |
Method Summary | |
---|---|
int |
getNumPropertiesReturned()
Get number of properties returned |
java.lang.String |
getPropertyKey(int i)
Get key returned for 'i-th' returned property |
java.lang.String |
getPropertyValue(int i)
Get value returned for 'i-th' returned property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QueryProdLimitPropsCmd(java.lang.String prefix)
prefix
- - prefix string for properties to requestMethod Detail |
public int getNumPropertiesReturned()
public java.lang.String getPropertyKey(int i)
i
- - index of returned propertypublic java.lang.String getPropertyValue(int i)
i
- - index of returned property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |