public static interface JSONBean.Writer extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
int |
write(MBeanServer mBeanServer,
ObjectName qry,
String attribute,
boolean description) |
void |
write(String key,
String value) |
void write(String key, String value) throws JsonGenerationException, IOException
JsonGenerationExceptionIOExceptionint write(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description) throws IOException
IOExceptionvoid flush()
throws IOException
IOException