public static interface JSONBean.Writer extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
default int |
write(MBeanServer mBeanServer,
ObjectName qry,
String attribute,
boolean description) |
int |
write(MBeanServer mBeanServer,
ObjectName qry,
String attribute,
boolean description,
ObjectName excluded) |
void |
write(String key,
String value) |
void write(String key, String value) throws IOException
IOExceptiondefault int write(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description) throws IOException
IOExceptionint write(MBeanServer mBeanServer, ObjectName qry, String attribute, boolean description, ObjectName excluded) throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.