|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Vehicle
WRITEME: Document this type.
| Method Summary | ||
|---|---|---|
void |
connect()
WRITEME: Document this method brpocock@star-hope.org |
|
void |
disconnect()
WRITEME: Document this method brpocock@star-hope.org |
|
String |
getURL()
|
|
|
read(Via<T> via,
Class<T> klass,
int id)
WRITEME: Document this method brpocock@star-hope.org |
|
|
read(Via<T> via,
Class<T> klass,
String ident)
WRITEME: Document this method brpocock@star-hope.org |
|
|
remove(T obj)
WRITEME: Document this method brpocock@star-hope.org |
|
void |
setURL(String url)
|
|
|
write(T obj)
WRITEME: Document this method brpocock@star-hope.org |
|
|
writeSync(T obj)
WRITEME: Document this method brpocock@star-hope.org |
|
| Method Detail |
|---|
void connect()
throws NotFoundException,
CredentialExpiredException,
ForbiddenUserException,
NotReadyException,
ParameterException,
SerialDataException
NotFoundException - perhaps the remote host is unreachable
CredentialExpiredException - the credentials may have once
been valid, but are not any more
ForbiddenUserException - the credentials are invalid
NotReadyException - the remote host might not be responding
ParameterException - general problem caused by the caller
SerialDataException - general problem caused in data
transfer
void disconnect()
throws SerialDataException,
AlreadyUsedException,
ParameterException
SerialDataException - general problem caused by data
transfer
AlreadyUsedException - not connected
ParameterException - general problem caused by the callerString getURL()
<T extends DataRecord> T read(Via<T> via,
Class<T> klass,
int id)
throws NotReadyException,
NotFoundException
T - WRITEMEvia - WRITEMEklass - WRITEMEid - WRITEME
NotReadyException - WRITEME
NotFoundException - WRITEME
<T extends DataRecord> T read(Via<T> via,
Class<T> klass,
String ident)
throws NotReadyException,
NotFoundException
T - WRITEMEvia - WRITEMEklass - WRITEMEident - WRITEME
NotReadyException - WRITEME
NotFoundException - WRITEME
<T extends DataRecord> void remove(T obj)
throws NotReadyException,
NotFoundException
T - WRITEMEobj - WRITEME
NotReadyException - WRITEME
NotFoundException - WRITEMEvoid setURL(String url)
url - the URL to which to connect
<T extends DataRecord> T write(T obj)
throws NotReadyException
T - WRITEMEobj - WRITEME
NotReadyException - WRITEME
<T extends DataRecord> T writeSync(T obj)
throws NotReadyException
T - WRITEMEobj - WRITEME
NotReadyException - WRITEME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||