|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributedException | |
planetj.database | |
planetj.dataengine | |
planetj.dataengine.webservices |
Uses of DistributedException in planetj.database |
Methods in planetj.database that throw DistributedException | |
int |
RowCollection.delete(Connection conn)
Deletes all the rows in this RowCollection from the database. |
int |
RowCollection.delete(Connection conn,
ExecutingContext ec)
Deletes all the rows in this RowCollection from the database. |
void |
RowCollection.executeDistributedAction()
Insert the method's description here. |
void |
RowCollection.handleDistributed(String pActionName)
Set the method that will be called after Row is deserialized on the target. |
int |
RowCollection.insert(Connection conn)
Inserts all the rows in this RowCollection into the database. |
int |
RowCollection.update(Connection connection)
Updates all the Rows in this RowCollection in the database. |
int |
RowCollection.update(Connection connection,
ExecutingContext ec)
Updates the database, using all the rows in this RowCollection. |
int |
Row.delete(Connection conn)
Deletes the row from the database file to which it belongs. |
int |
Row.delete(Connection conn,
ExecutingContext ec)
Deletes the row from the database file to which it belongs. |
void |
Row.executeDistributedAction()
Insert the method's description here. |
void |
Row.handleDistributed(String pActionName)
Set the method that will be called after Row is deserialized on the target. |
int |
Row.insert(Connection conn)
Inserts this Row into its table. |
int |
Row.update(Connection conn)
Updates the database with the values in this Row. |
int |
Row.update(Connection connection,
ExecutingContext ec)
Updates the database with the values in this Row. |
Uses of DistributedException in planetj.dataengine |
Methods in planetj.dataengine that throw DistributedException | |
int |
PropertyRow.update(Connection conn,
ExecutingContext ec)
Updates the database with the values in this Row. |
Uses of DistributedException in planetj.dataengine.webservices |
Methods in planetj.dataengine.webservices that throw DistributedException | |
void |
IDistributedExecutableObject.executeDistributedAction()
Generic method call for a distributed object. |
static Object |
DistributedObjectUtility.distributeObject(DistributedContext obj,
URL targetURL)
Only allow public method to distribute IDistributedExecutableObject. |
static Object |
DistributedObjectUtility.distributeObject(IDistributedExecutableObject obj,
URL targetURL)
Only allow public method to distribute IDistributedExecutableObject. |
static Object |
DistributedObjectUtility.requestObject(URL sourceURL)
Creation date: (1/27/2003 10:30:23 PM) |
static Row |
DistributedObjectUtility.requestRow(URL sourceURL)
Must specify where to receive the Row from and where to send it to if any actions are to occur on it. |
static RowCollection |
DistributedObjectUtility.requestRowCollection(URL sourceURL)
Must specify where to receive the RowCollection from and where to send it to if any actions are to occur on it. |
static void |
DistributedObjectUtility.webServicesTest()
|
static Object |
DistributedObjectManager.runOperation(String host,
String sessionId,
int opId,
String[] opParms)
Insert the method's description here. |
static Object |
DistributedObjectManager.runOperation(DistributedContext context,
URL hostURL)
Sends a distributed context to a host and returns the response. |
static Object |
DistributedObjectManager.runOperation(DistributedSignonReceipt receipt,
String host,
int opId,
String[] opParms)
Creation date: (1/28/2003 4:49:07 PM) |
static DistributedSignonReceipt |
DistributedObjectManager.signon(URL hostURL,
int signonOpId,
String name,
String password)
Insert the method's description here. |
static DistributedSignonReceipt |
DistributedObjectManager.signon(DistributedSignonKey key)
Insert the method's description here. |
void |
DistributedContext.executeDistributedAction()
Insert the method's description here. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |