org.jboss.test.cmp2.lob
Interface Facade

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Facade
extends EJBObject (src)


Method Summary
 void addListElement(java.lang.Integer id, java.lang.Object value)
           
 void addMapEntry(java.lang.Integer id, java.lang.Object key, java.lang.Object value)
           
 void addSetElement(java.lang.Integer id, java.lang.Object value)
           
 void createLOB(java.lang.Integer id)
           
 byte getBinaryDataElement(java.lang.Integer id, int index)
           
 java.lang.String getCleanGetValueHolderValue(java.lang.Integer id)
           
 java.util.List getListField(java.lang.Integer id)
           
 java.util.Map getMapField(java.lang.Integer id)
           
 java.util.Set getSetField(java.lang.Integer id)
           
 java.lang.String getStateFactoryValueHolderValue(java.lang.Integer id)
           
 java.lang.String getValueHolderValue(java.lang.Integer id)
           
 void modifyCleanGetValueHolderValue(java.lang.Integer id, java.lang.String value)
           
 void modifyStateFactoryValueHolderValue(java.lang.Integer id, java.lang.String value)
           
 void removeLOB(java.lang.Integer id)
           
 void setBinaryData(java.lang.Integer id, byte[] value)
           
 void setBinaryDataElement(java.lang.Integer id, int index, byte value)
           
 void setCleanGetValueHolderValue(java.lang.Integer id, java.lang.String value)
           
 void setStateFactoryValueHolderValue(java.lang.Integer id, java.lang.String value)
           
 void setValueHolderValue(java.lang.Integer id, java.lang.String value)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createLOB

public void createLOB(java.lang.Integer id)
               throws java.lang.Exception,
                      java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

removeLOB

public void removeLOB(java.lang.Integer id)
               throws java.lang.Exception,
                      java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

addMapEntry

public void addMapEntry(java.lang.Integer id,
                        java.lang.Object key,
                        java.lang.Object value)
                 throws java.lang.Exception,
                        java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

getMapField

public java.util.Map getMapField(java.lang.Integer id)
                          throws java.lang.Exception,
                                 java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

addSetElement

public void addSetElement(java.lang.Integer id,
                          java.lang.Object value)
                   throws java.lang.Exception,
                          java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

getSetField

public java.util.Set getSetField(java.lang.Integer id)
                          throws java.lang.Exception,
                                 java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

addListElement

public void addListElement(java.lang.Integer id,
                           java.lang.Object value)
                    throws java.lang.Exception,
                           java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

getListField

public java.util.List getListField(java.lang.Integer id)
                            throws java.lang.Exception,
                                   java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

setBinaryData

public void setBinaryData(java.lang.Integer id,
                          byte[] value)
                   throws java.lang.Exception,
                          java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

setBinaryDataElement

public void setBinaryDataElement(java.lang.Integer id,
                                 int index,
                                 byte value)
                          throws java.lang.Exception,
                                 java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

getBinaryDataElement

public byte getBinaryDataElement(java.lang.Integer id,
                                 int index)
                          throws java.lang.Exception,
                                 java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

setValueHolderValue

public void setValueHolderValue(java.lang.Integer id,
                                java.lang.String value)
                         throws java.lang.Exception,
                                java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

getValueHolderValue

public java.lang.String getValueHolderValue(java.lang.Integer id)
                                     throws java.lang.Exception,
                                            java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

setCleanGetValueHolderValue

public void setCleanGetValueHolderValue(java.lang.Integer id,
                                        java.lang.String value)
                                 throws java.lang.Exception,
                                        java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

modifyCleanGetValueHolderValue

public void modifyCleanGetValueHolderValue(java.lang.Integer id,
                                           java.lang.String value)
                                    throws java.lang.Exception,
                                           java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

getCleanGetValueHolderValue

public java.lang.String getCleanGetValueHolderValue(java.lang.Integer id)
                                             throws java.lang.Exception,
                                                    java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

getStateFactoryValueHolderValue

public java.lang.String getStateFactoryValueHolderValue(java.lang.Integer id)
                                                 throws java.lang.Exception,
                                                        java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

setStateFactoryValueHolderValue

public void setStateFactoryValueHolderValue(java.lang.Integer id,
                                            java.lang.String value)
                                     throws java.lang.Exception,
                                            java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException

modifyStateFactoryValueHolderValue

public void modifyStateFactoryValueHolderValue(java.lang.Integer id,
                                               java.lang.String value)
                                        throws java.lang.Exception,
                                               java.rmi.RemoteException
Throws:
java.lang.Exception
java.rmi.RemoteException