public class SerializableBlobProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, java.io.Serializable
Blobs to add serializability.| Modifier and Type | Method and Description |
|---|---|
static java.sql.Blob |
generateProxy(java.sql.Blob blob)
Generates a SerializableBlob proxy wrapping the provided Blob object.
|
static java.lang.ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
should be scoped.
|
java.sql.Blob |
getWrappedBlob()
Access to the wrapped Blob reference
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public java.sql.Blob getWrappedBlob()
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.Blob generateProxy(java.sql.Blob blob)
blob - The Blob to wrap.public static java.lang.ClassLoader getProxyClassLoader()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.