Serialized Form


Package edu.internet2.middleware.grouperClient

Class edu.internet2.middleware.grouperClient.GrouperClientWsException extends RuntimeException implements Serializable

Serialized Fields

resultObject

Object resultObject
result object


Package edu.internet2.middleware.grouperClient.collections

Class edu.internet2.middleware.grouperClient.collections.MultiKey extends Object implements Serializable

serialVersionUID: 4465448607415788805L

Serialized Fields

keys

Object[] keys
The individual keys


hashCode

int hashCode
The cached hashCode


Package edu.internet2.middleware.grouperClient.failover

Class edu.internet2.middleware.grouperClient.failover.FailoverClient extends Object implements Serializable

Serialized Fields

errorCountPerMinute

Map<K,V> errorCountPerMinute
key is the connection type, two underscores, connection name, then an expirable map of minute in question (minute since 1970) to number of errors


connectionAffinityCache

ExpirableCache<K,V> connectionAffinityCache
key is the connection type, then the cache has Boolean.TRUE, and the connection name which has affinity... affinity is only for the first one chosen


Package edu.internet2.middleware.grouperClient.util

Class edu.internet2.middleware.grouperClient.util.ExpirableCache extends Object implements Serializable

Serialized Fields

defaultTimeToLiveInMillis

long defaultTimeToLiveInMillis
time to live for content (when not specified this is one day, and max one day)


lastEvictionCheck

long lastEvictionCheck
last time the cache was checked for evictions


cache

Map<K,V> cache
cache map


cacheInserts

int cacheInserts
number of elements inserted into the cache


cacheHits

int cacheHits
numebr of times an element was retrieved from cache successfully


cacheEvictions

int cacheEvictions
number of evictions from cache when thigns expire


lastClear

long lastClear
when was the last clear of this instance

Class edu.internet2.middleware.grouperClient.util.ExpirableValue extends Object implements Serializable

Serialized Fields

timePlacedInCache

long timePlacedInCache
this is the time it was placed in the cache


timeToLiveInCacheMillis

long timeToLiveInCacheMillis
the time to live is by default 1 day


content

Object content
underlying content


Package edu.internet2.middleware.grouperClient.ws

Class edu.internet2.middleware.grouperClient.ws.GcWebServiceError extends RuntimeException implements Serializable

Serialized Fields

containerResponseObject

Object containerResponseObject
container response object