Method Summary |
|
public Method | getFieldGetter(String className, String propName) Gets the Method that can be used to get a property value.
Parameters: className - the name of the object. Parameters: propName - the name of the property. |
public Method | getFieldSetter(String className, String propName) Gets the Method that can be used to set a property.
Parameters: className - the name of the object. Parameters: propName - the name of the property. |
public Group | getGroup(String groupName) Gets an instance of a named group either from the pool
or by calling the Factory Service if the pool is empty.
Parameters: groupName - the name of the group. |
public String | getGroupKey(String groupName) Gets the key (usually a short identifier) for a group.
Parameters: groupName - the name of the group. |
public String | getGroupName(String groupKey) Gets the group name given its key.
Parameters: groupKey - the key. |
public String[] | getGroupNames() Names of all the defined groups. |
public int | getSize(String groupName) Gets the current size of the pool for a group. |
public void | init() Called the first time the Service is used. |
public void | init(ServletConfig config) Called the first time the Service is used. |
public void | releaseGroup(Group instance) Puts a Group back to the pool. |