Uses of Class
edu.wisc.ssec.mcidasv.servermanager.AddeAccount
Packages that use AddeAccount
-
Uses of AddeAccount in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as AddeAccountModifier and TypeFieldDescriptionprivate final AddeAccount
RemoteAddeEntry.account
Holds the accounting information for this entry.private AddeAccount
RemoteAddeEntry.Builder.account
OptionalAddeAccount
of the entry.static final AddeAccount
AddeEntry.DEFAULT_ACCOUNT
Represents the "no accounting" entries.Methods in edu.wisc.ssec.mcidasv.servermanager that return AddeAccountModifier and TypeMethodDescriptionAddeEntry.getAccount()
Accounting information associated with the current entry.LocalAddeEntry.getAccount()
RemoteAddeEntry.getAccount()
EntryStore.getAccountingFor
(String address, String group, AddeEntry.EntryType type) Searches the set of servers in an attempt to locate the accounting information for the matching server.EntryStore.getAccountingFor
(AddeServer idvServer, String typeAsStr) Returns the accounting for the givenidvServer
andtypeAsStr
.