public class SerializableClobProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
Clobs to add serializability.| Modifier | Constructor and Description |
|---|---|
protected |
SerializableClobProxy(java.sql.Clob clob)
Builds a serializable
Clob wrapper around the given Clob. |
| Modifier and Type | Method and Description |
|---|---|
static java.sql.Clob |
generateProxy(java.sql.Clob clob)
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
|
static java.lang.ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
should be scoped.
|
java.sql.Clob |
getWrappedClob()
Access to the wrapped Clob reference
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected SerializableClobProxy(java.sql.Clob clob)
Clob wrapper around the given Clob.clob - The Clob to be wrapped.generateProxy(java.sql.Clob)public java.sql.Clob getWrappedClob()
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwablepublic static java.sql.Clob generateProxy(java.sql.Clob clob)
clob - The Clob to wrap.public static java.lang.ClassLoader getProxyClassLoader()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.