Package org.astrogrid.samp.test
Class HubTester.WatchedClient
- java.lang.Object
-
- org.astrogrid.samp.test.HubTester.WatchedClient
-
- Enclosing class:
- HubTester
private static class HubTester.WatchedClient extends java.lang.Object
Struct-type utility class which aggregates mutable information about a client, to be updated in response to hub event messages.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Metadata
meta_
Current metadata object for this client.(package private) boolean
reg_
Whether this client has ever been registered.(package private) Subscriptions
subs_
Current subscriptions object for this client.(package private) boolean
unreg_
Whether this clent has ever been unregistered.
-
Constructor Summary
Constructors Modifier Constructor Description private
WatchedClient()
-
-
-
Field Detail
-
reg_
boolean reg_
Whether this client has ever been registered.
-
unreg_
boolean unreg_
Whether this clent has ever been unregistered.
-
meta_
Metadata meta_
Current metadata object for this client.
-
subs_
Subscriptions subs_
Current subscriptions object for this client.
-
-