|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.pingdom.ServiceManager
public class ServiceManager
Class to manage service creation with default settings.
Constructor Summary | |
---|---|
ServiceManager()
Create a new manager instance. |
Method Summary | |
---|---|
ActionsService |
actionsService()
Get actions service instance. |
AnalysisService |
analysisService()
Get analysis service instance. |
CheckService |
checkService()
Get check service instance. |
ContactService |
contactService()
Get contact service instance. |
static ActionsService |
newActionsService()
Create new actions service instance. |
static AnalysisService |
newAnalysisService()
Create new analysis service instance. |
static CheckService |
newCheckService()
Create new check service instance. |
static ContactService |
newContactService()
Create new contact service instance. |
static ProbeService |
newProbeService()
Create new probe service instance. |
static ReferenceService |
newReferenceService()
Create new reference service instance. |
static ReportsEmailService |
newReportsEmailService()
Create new report email service instance. |
static ReportsPublicService |
newReportsPublicService()
Create new reports public service instance. |
static ReportsSharedService |
newReportsSharedService()
Create new reports shared service instance. |
static ResultsService |
newResultsService()
Create new results service instance. |
static ServerTimeService |
newServerTimeService()
Create new server time service instance. |
static SettingsService |
newSettingsService()
Create new settings service instance. |
static SummaryAverageService |
newSummaryAverageService()
Create new summary average service instance. |
static SummaryOutageService |
newSummaryOutageService()
Create new summary outage service instance. |
static SummaryPerformanceService |
newSummaryPerformanceService()
Create new summary performance service instance. |
static SummaryProbeService |
newSummaryProbeService()
Create new summary probe service instance. |
static TraceRouteService |
newTraceRouteService()
Create new trace route service instance. |
ProbeService |
probeService()
Get probe service instance. |
ReferenceService |
referenceService()
Get reference service instance. |
ReportsEmailService |
reportsEmailService()
Get report email service. |
ReportsPublicService |
reportsPublicService()
Get reports public service. |
ReportsSharedService |
reportsSharedService()
Get reports shared service. |
ResultsService |
resultsService()
Get results service instance. |
ServerTimeService |
serverTimeService()
Get server time service instance. |
ServiceManager |
setAppKey(String value)
Set default API key. |
ServiceManager |
setAuthentication(String email,
String password)
Set default authentication credentials. |
ServiceManager |
setConnectionTimeout(int connectionTimeout)
Set default connection timeout. |
ServiceManager |
setReadTimeout(int readTimeout)
Set default read timeout. |
SettingsService |
settingsService()
Get settings service instance. |
SummaryAverageService |
summaryAverageService()
Get summary average service instance. |
SummaryOutageService |
summaryOutageService()
Get summary outage service. |
SummaryPerformanceService |
summaryPerformanceService()
Get summary performance service. |
SummaryProbeService |
summaryProbeService()
Get summary probe service. |
TraceRouteService |
traceRouteService()
Get trace route service instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceManager()
Method Detail |
---|
public ServiceManager setAuthentication(String email, String password)
email
- User email.password
- User password.
public ServiceManager setAppKey(String value)
value
- API key value.
public ServiceManager setConnectionTimeout(int connectionTimeout)
connectionTimeout
- Timeout (in milliseconds).
public ServiceManager setReadTimeout(int readTimeout)
readTimeout
- Timeout (in milliseconds).
public ActionsService actionsService()
public AnalysisService analysisService()
public CheckService checkService()
public ContactService contactService()
public ProbeService probeService()
public ReferenceService referenceService()
public ReportsEmailService reportsEmailService()
public ReportsPublicService reportsPublicService()
public ReportsSharedService reportsSharedService()
public ResultsService resultsService()
public ServerTimeService serverTimeService()
public SettingsService settingsService()
public SummaryAverageService summaryAverageService()
public SummaryOutageService summaryOutageService()
public SummaryPerformanceService summaryPerformanceService()
public SummaryProbeService summaryProbeService()
public TraceRouteService traceRouteService()
public static final ActionsService newActionsService()
public static final AnalysisService newAnalysisService()
public static final CheckService newCheckService()
public static final ContactService newContactService()
public static final ProbeService newProbeService()
public static final ReferenceService newReferenceService()
public static final ReportsEmailService newReportsEmailService()
public static final ReportsPublicService newReportsPublicService()
public static final ReportsSharedService newReportsSharedService()
public static final ResultsService newResultsService()
public static final ServerTimeService newServerTimeService()
public static final SettingsService newSettingsService()
public static final SummaryAverageService newSummaryAverageService()
public static final SummaryOutageService newSummaryOutageService()
public static final SummaryPerformanceService newSummaryPerformanceService()
public static final SummaryProbeService newSummaryProbeService()
public static final TraceRouteService newTraceRouteService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |