Serialized Form


Package edu.internet2.middleware.grouperClient

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

Serialized Fields

resultObject

java.lang.Object resultObject
result object


Package edu.internet2.middleware.grouperClient.collections

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

serialVersionUID: 4465448607415788805L

Serialized Fields

keys

java.lang.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 java.lang.Object implements Serializable

Serialized Fields

errorCountPerMinute

java.util.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.jdbc

Class edu.internet2.middleware.grouperClient.jdbc.GcCaseIgnoreHashMap extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements Serializable

serialVersionUID: -8918564071661874921L

Class edu.internet2.middleware.grouperClient.jdbc.GcDbQueryCacheMap extends java.util.HashMap<MultiKey,GcDbQueryCache> implements Serializable

serialVersionUID: 8631754376159267786L

Serialized Fields

lastEvictMillis

java.lang.Long lastEvictMillis
The last time that we evicted.


evictMillis

java.lang.Long evictMillis
How often to evict - not too often because we are synchronized.


Package edu.internet2.middleware.grouperClient.util

Class edu.internet2.middleware.grouperClient.util.ExpirableCache extends java.lang.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

java.util.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 java.lang.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

java.lang.Object content
underlying content

Class edu.internet2.middleware.grouperClient.util.GcExpressionLanguageMissingVariableException extends java.lang.RuntimeException implements Serializable


Package edu.internet2.middleware.grouperClient.ws

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

Serialized Fields

containerResponseObject

java.lang.Object containerResponseObject
container response object