Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private AddeAccount |
RemoteAddeEntry.account
Holds the accounting information for this entry.
|
private AddeAccount |
RemoteAddeEntry.Builder.account
Optional
AddeAccount of the entry. |
static AddeAccount |
AddeEntry.DEFAULT_ACCOUNT
Represents the "no accounting" entries.
|
Modifier and Type | Method and Description |
---|---|
AddeAccount |
RemoteAddeEntry.getAccount() |
AddeAccount |
LocalAddeEntry.getAccount() |
AddeAccount |
AddeEntry.getAccount()
Accounting information associated with the current entry.
|
AddeAccount |
EntryStore.getAccountingFor(AddeServer idvServer,
String typeAsStr)
Returns the accounting for the given
idvServer and
typeAsStr . |
AddeAccount |
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.
|