-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
TODO.txt
25 lines (20 loc) · 827 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
===================================================
Used to maintain requested features or future work.
===================================================
- look into attributes on each of the operation parameters
- look into a setting that secures the server-side connections
- password files?
- username/password map?
- SSL support
- add support for the javax.management.Descriptor information on a class, method, or field basis:
- defaultValue
- deprecated
- enabled
- units
- how would these be used?
- have the JMX client be able to access a bean by its class.
- it would use the annotations to determine the domain and object-name
- jmxClient.get(Foo.class)
- how about a HTTP proxy server
- exposes all beans that the server that it is pointed to exposes
- combination of a web-client and a jmx_client