|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectora.core.remote.client.DataClient
public class DataClient
Constructor Summary | |
---|---|
DataClient(DataClient dc)
Copy Constructor to open Dataclient for remote connectivity |
|
DataClient(Session session)
Constructor to open Dataclient for remote connectivity |
Method Summary | |
---|---|
Reply |
fireCommand(java.lang.String command)
|
java.lang.Object |
getData()
Returns data (SerializedOra or UrlFile) |
java.util.HashMap |
getInstances()
Returns known instances retrieved from the remote side. |
int |
getProviderType()
Get providertype RemoteInterface_provider.TYPE_FILE = 0; RemoteInterface_provider.TYPE_OBJECT = 1; |
Session |
getSession()
Returns session of current dataclient |
boolean |
hasFeature(java.lang.String key)
|
boolean |
isValid()
|
Reply |
reload()
Requests reload of remote instances |
Reply |
setRules(AnalyserRules rules)
Sets excluded packages list |
void |
setSession(Session session)
Sets session of current dataclient |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataClient(Session session)
session
- public DataClient(DataClient dc)
dc
- DataClient to be copiedMethod Detail |
---|
public java.util.HashMap getInstances() throws java.lang.Exception
java.lang.Exception
public java.lang.Object getData() throws java.lang.Exception
java.lang.Exception
public Reply fireCommand(java.lang.String command) throws java.lang.Exception
command
-
java.lang.Exception
public Reply reload() throws java.lang.Exception
java.lang.Exception
public Reply setRules(AnalyserRules rules) throws java.lang.Exception
rules
- AnalyserRules
java.lang.Exception
public int getProviderType() throws java.lang.Exception
java.lang.Exception
public boolean hasFeature(java.lang.String key)
public void setSession(Session session) throws java.lang.Exception
session
-
java.lang.Exception
public Session getSession()
public boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |