Serialized Form
-
Package org.springaicommunity.mcp.method.changed.prompt
-
Exception org.springaicommunity.mcp.method.changed.prompt.AbstractMcpPromptListChangedMethodCallback.McpPromptListChangedConsumerMethodException
class McpPromptListChangedConsumerMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.changed.resource
-
Exception org.springaicommunity.mcp.method.changed.resource.AbstractMcpResourceListChangedMethodCallback.McpResourceListChangedConsumerMethodException
class McpResourceListChangedConsumerMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.changed.tool
-
Exception org.springaicommunity.mcp.method.changed.tool.AbstractMcpToolListChangedMethodCallback.McpToolListChangedConsumerMethodException
class McpToolListChangedConsumerMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.complete
-
Exception org.springaicommunity.mcp.method.complete.AbstractMcpCompleteMethodCallback.McpCompleteMethodException
class McpCompleteMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.elicitation
-
Exception org.springaicommunity.mcp.method.elicitation.AbstractMcpElicitationMethodCallback.McpElicitationMethodException
class McpElicitationMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.logging
-
Exception org.springaicommunity.mcp.method.logging.AbstractMcpLoggingMethodCallback.McpLoggingConsumerMethodException
class McpLoggingConsumerMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.progress
-
Exception org.springaicommunity.mcp.method.progress.AbstractMcpProgressMethodCallback.McpProgressMethodException
class McpProgressMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.sampling
-
Exception org.springaicommunity.mcp.method.sampling.AbstractMcpSamplingMethodCallback.McpSamplingMethodException
class McpSamplingMethodException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.springaicommunity.mcp.method.tool.utils
-
Class org.springaicommunity.mcp.method.tool.utils.ConcurrentReferenceHashMap.Segment
class Segment extends ReentrantLock implements Serializable-
Serialized Fields
-
count
AtomicInteger count
The total number of references contained in this segment. This includes chained references and references that have been garbage collected but not purged. -
initialSize
int initialSize
-
referenceManager
ConcurrentReferenceHashMap<K,
V>.ReferenceManager referenceManager -
references
ConcurrentReferenceHashMap.Reference<K,
V>[] references Array of references indexed using the low order bits from the hash. This property should only be set along withresizeThreshold. -
resizeThreshold
int resizeThreshold
The threshold when resizing of the references should occur. Whencountexceeds this value references will be resized.
-
-
-