public class RegistryItemsDataBean extends SmartDataBeanImpl implements SchedulerDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright Statement.
|
emptyString| Constructor and Description |
|---|
RegistryItemsDataBean()
This is the default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponent(int index)
This method gets the name of the registry component.
|
java.lang.String |
getStatus(int index)
This method gets the current state of the registry component.
|
void |
populate()
This method retrieves all the registry components defined for the current commerce instance.
|
int |
size()
This method gets the number of available registry components.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandContext, setCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public RegistryItemsDataBean()
public java.lang.String getComponent(int index)
index - This is the index of the registry component.String that represents the name of the registry component.public java.lang.String getStatus(int index)
index - This is the index of the registry component.String representation of the current state.
A state of "R" means the component is refreshing itself. A state of "C" means that the
component is refreshed.public void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exception - This is thrown if there are any problems retrieving the registry components.public int size()
int value that represents the number of registry components.