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