org.jboss.tutorial.blob.bean
Class LobTesterBean

java.lang.Object
  extended by org.jboss.tutorial.blob.bean.LobTesterBean
All Implemented Interfaces:
LobTester

public class LobTesterBean
extends java.lang.Object
implements LobTester

Comment


Constructor Summary
LobTesterBean()
           
 
Method Summary
 long create()
           
 long create2()
           
 java.util.HashMap findBlob(long id)
           
 BlobEntity2 findBlob2(long id)
           
 java.lang.String findClob(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LobTesterBean

public LobTesterBean()
Method Detail

create

public long create()
Specified by:
create in interface LobTester

findBlob

public java.util.HashMap findBlob(long id)
                           throws java.lang.Exception
Specified by:
findBlob in interface LobTester
Throws:
java.lang.Exception

findClob

public java.lang.String findClob(long id)
                          throws java.lang.Exception
Specified by:
findClob in interface LobTester
Throws:
java.lang.Exception

create2

public long create2()
Specified by:
create2 in interface LobTester

findBlob2

public BlobEntity2 findBlob2(long id)
                      throws java.lang.Exception
Specified by:
findBlob2 in interface LobTester
Throws:
java.lang.Exception