Logging
This implementation uses the {@link java.util.logging.Logger}s named com.sun.jini.discovery.DiscoveryV1
and com.sun.jini.discovery.DiscoveryV2
to log information at the following logging levels:
Level | Description |
---|---|
{@link java.util.logging.Level#FINEST FINEST} | Encoding and decoding of discovery protocol version 1 multicast requests, multicast announcements, and unicast responses |
Level | Description |
---|---|
{@link java.util.logging.Level#WARNING WARNING} | Truncation of unicast request format ID list due to length; discovery format providers that are unusable or have conflicting discovery format IDs |
{@link com.sun.jini.logging.Levels#HANDLED HANDLED} | Constraint check failures encountered during the unicast discovery handshake when determining a suitable discovery format to use |
{@link java.util.logging.Level#FINEST FINEST} | Encoding and decoding of discovery protocol version 2 multicast requests, multicast announcements, and unicast responses; also, access of Discovery instances implementing protocol version 2 |
The FIND_INITIAL_MBRS event will eventually be answered with a FIND_INITIAL_MBRS_OK event up the stack. The following properties are available
Wrapper for the BT discovery process @author Brad Zdanivsky
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|