org.ow2.orchestra.pvm.internal.lob
Class BlobStrategyBlob
java.lang.Object
org.ow2.orchestra.pvm.internal.lob.BlobStrategyBlob
- All Implemented Interfaces:
- BlobStrategy
public class BlobStrategyBlob
- extends Object
- implements BlobStrategy
|
Method Summary |
byte[] |
get(Blob blob)
|
void |
set(byte[] bytes,
Blob blob)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlobStrategyBlob
public BlobStrategyBlob()
set
public void set(byte[] bytes,
Blob blob)
- Specified by:
set in interface BlobStrategy
get
public byte[] get(Blob blob)
- Specified by:
get in interface BlobStrategy
Copyright © 2011 OW2 Consortium. All Rights Reserved.