|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucsb.cs.jicos.services.external.services.CollectorManager
public class CollectorManager
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_StartList
A space-separated list of default collectors to start up. |
protected edu.ucsb.cs.jicos.services.ClientToHsp |
hsp
Reference to the Host Service Provider. |
static java.lang.String |
PROPERTY_StartList
Property containing the default collectors to start up. |
| Method Summary | |
|---|---|
edu.ucsb.cs.jicos.services.ClientToHsp |
getHsp()
Return the HSP that the collectors are being associated with. |
java.lang.String |
getStartList()
Return the list of collectors that were specified to be started. |
void |
setHsp(edu.ucsb.cs.jicos.services.ClientToHsp hsp)
Set the HSP to associate collectors with. |
void |
setStartList(java.lang.String startList)
Set the start list. |
static void |
startCollectors(edu.ucsb.cs.jicos.services.ClientToHsp hsp)
Static constructor - launches the default Collectors. |
static void |
startCollectors(edu.ucsb.cs.jicos.services.ClientToHsp hsp,
java.lang.String startList)
Static constructor - Launch the specified Collectors using the specified Extrernal request processor. |
| 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 PROPERTY_StartList
public static final java.lang.String DEFAULT_StartList
protected edu.ucsb.cs.jicos.services.ClientToHsp hsp
| Method Detail |
|---|
public java.lang.String getStartList()
public edu.ucsb.cs.jicos.services.ClientToHsp getHsp()
public void setStartList(java.lang.String startList)
startList - Space-separated list of collectors.public void setHsp(edu.ucsb.cs.jicos.services.ClientToHsp hsp)
hsp - The HSPpublic static void startCollectors(edu.ucsb.cs.jicos.services.ClientToHsp hsp)
hsp - The HSP to associate the collectors with.
public static void startCollectors(edu.ucsb.cs.jicos.services.ClientToHsp hsp,
java.lang.String startList)
hsp - The HSP to associate the collectors with.startList - Space-separated list of collectors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||