org.jboss.soa.esb.services
Class PersistHandlerBsDelegateRemote
java.lang.Object
org.jboss.soa.esb.services.PersistHandlerBsDelegateRemote
- All Implemented Interfaces:
- IpersistHandler
public class PersistHandlerBsDelegateRemote
- extends java.lang.Object
- implements IpersistHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistHandlerBsDelegateRemote
public PersistHandlerBsDelegateRemote(javax.naming.Context p_ctx)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUidChunk
public long getUidChunk(int p_iQ)
throws java.lang.Exception
- Specified by:
getUidChunk
in interface IpersistHandler
- Throws:
java.lang.Exception
addObject
public long addObject(BaseBusinessObject p_oBo)
throws java.lang.Exception
- Specified by:
addObject
in interface IpersistHandler
- Throws:
java.lang.Exception
getObject
public BaseBusinessObject getObject(java.lang.Class p_oCls,
long p_lUid)
throws java.lang.Exception
- Specified by:
getObject
in interface IpersistHandler
- Throws:
java.lang.Exception
rmvObject
public void rmvObject(java.lang.Class p_oCls,
long p_lUid)
throws java.lang.Exception
- Specified by:
rmvObject
in interface IpersistHandler
- Throws:
java.lang.Exception
rplObject
public void rplObject(BaseBusinessObject p_oBo)
throws java.lang.Exception
- Specified by:
rplObject
in interface IpersistHandler
- Throws:
java.lang.Exception
getLocatorList
public ObjLocator[] getLocatorList(java.lang.Class p_oCls,
java.util.Properties p_oProp)
- Specified by:
getLocatorList
in interface IpersistHandler
getLocatorList
public ObjLocator[] getLocatorList(java.lang.Class p_oCls,
long[] p_laUids)