org.jbpm.pvm.internal.lob
Class BlobStrategyBlob

java.lang.Object
  extended by org.jbpm.pvm.internal.lob.BlobStrategyBlob
All Implemented Interfaces:
BlobStrategy

public class BlobStrategyBlob
extends java.lang.Object
implements BlobStrategy


Constructor Summary
BlobStrategyBlob()
           
 
Method Summary
 byte[] get(Lob lob)
           
 void set(byte[] bytes, Lob lob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobStrategyBlob

public BlobStrategyBlob()
Method Detail

set

public void set(byte[] bytes,
                Lob lob)
Specified by:
set in interface BlobStrategy

get

public byte[] get(Lob lob)
Specified by:
get in interface BlobStrategy


Copyright © 2010 JBoss Community. All Rights Reserved.