equip.data
Class EquipConnector
java.lang.Object
equip.data.EquipConnector
- public class EquipConnector
- extends java.lang.Object
This object provides a simple connection to the Equip data service
(this is effectively Tom's alternative to the IDataspace helper API).
This essentiall handles all of the details associated with making
the connectiony and provides a handle to access the basic
properties of the connection. It also provides a convience method
for creating new equip objects derived from ItemData.
- Version:
- $Revision: 1.1.1.1 $
$Id: EquipConnector.java,v 1.1.1.1 2005/03/08 16:17:19 cgreenhalgh Exp $
$Log: EquipConnector.java,v $
Revision 1.1.1.1 2005/03/08 16:17:19 cgreenhalgh
From Nottingham CVS
Revision 1.9 2005/03/08 14:36:41 cmg
added BSD license
Revision 1.8 2003/10/22 15:00:42 cmg
added initial support for Leased items (requires synchronized clocks)
Revision 1.4 2003/06/23 11:51:35 cmg
at least one comment per class!
Revision 1.3 2002/08/28 09:21:19 ianm
added close method to terminate connection
Revision 1.2 2002/02/10 20:31:07 ianm
tidied error messages and reformatted
Revision 1.1 2001/11/15 23:59:44 ianm
initial
Revision 1.1 2001/10/29 14:58:02 ianm
initial
- Author:
- Tom Rodden, Ian Taylor
|
Method Summary |
void |
close()
closes connection to equip |
java.lang.Object |
makeEquipObject(java.lang.Class objectClass)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataservice
public DataProxy dataservice
idFactory
public GUIDFactory idFactory
DEBUG
protected boolean DEBUG
EquipConnector
public EquipConnector(java.lang.String serverUrl)
close
public void close()
- closes connection to equip
makeEquipObject
public java.lang.Object makeEquipObject(java.lang.Class objectClass)