[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/remote s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Feb 13 13:03:04 MST 2005
Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote
In directory www.crosswire.org:/tmp/cvs-serv16088/java/limbo/org/crosswire/jsword/book/remote
Modified Files:
RemoteBook.java Remoter.java
Log Message:
tidying up a few interfaces
Index: RemoteBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/RemoteBook.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** RemoteBook.java 25 Jan 2005 00:02:32 -0000 1.10
--- RemoteBook.java 13 Feb 2005 20:03:02 -0000 1.11
***************
*** 78,82 ****
SAXEventProvider provider = new JDOMSAXEventProvider(doc);
! return new BookData(provider);
}
catch (RemoterException ex)
--- 78,82 ----
SAXEventProvider provider = new JDOMSAXEventProvider(doc);
! return new BookData(provider, this, key);
}
catch (RemoterException ex)
Index: Remoter.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/remote/Remoter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Remoter.java 5 Oct 2004 22:03:09 -0000 1.2
--- Remoter.java 13 Feb 2005 20:03:02 -0000 1.3
***************
*** 31,35 ****
{
/**
! * Call a remote method
* @param method. What to execute
* @return Document The results of the execution.
*/
public Document execute(RemoteMethod method) throws RemoterException;
--- 31,35 ----
{
/**
! * Call a remote method
* @param method What to execute
* @return Document The results of the execution.
*/
public Document execute(RemoteMethod method) throws RemoterException;
***************
*** 38,41 ****
*/
public String getRemoterName();
-
}
--- 38,40 ----
More information about the jsword-svn
mailing list