@Beta public class MetricAlarmHandler extends org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<Alarm>
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.date.DateService |
dateService |
protected DimensionHandler |
dimensionHandler |
| Constructor and Description |
|---|
MetricAlarmHandler(org.jclouds.date.DateService dateService,
DimensionHandler dimensionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String name,
String qName) |
Alarm |
getResult() |
boolean |
shouldHandleMemberTag() |
void |
startElement(String url,
String name,
String qName,
Attributes attributes) |
getRequest, setContextendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected final org.jclouds.date.DateService dateService
protected final DimensionHandler dimensionHandler
@Inject
public MetricAlarmHandler(org.jclouds.date.DateService dateService,
DimensionHandler dimensionHandler)
public boolean shouldHandleMemberTag()
public void startElement(String url, String name, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String name, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
characters in interface ContentHandlercharacters in class DefaultHandlerCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.