public class IConfigTaskStub extends org.apache.axis.client.Stub implements IConfigTask
Modifier and Type | Field and Description |
---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
Constructor and Description |
---|
IConfigTaskStub() |
IConfigTaskStub(javax.xml.rpc.Service service) |
IConfigTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
boolean |
canCreate(BaseData bd,
java.lang.String fldName,
int index) |
boolean |
canDelete(BaseData bd,
java.lang.String fldName,
int index) |
boolean |
canRead(BaseData bd,
java.lang.String fldName,
int index) |
boolean |
canWrite(BaseData bd,
java.lang.String fldName,
int index) |
protected org.apache.axis.client.Call |
createCall() |
void |
delete(java.lang.String keyID) |
void |
deleteMany(java.lang.String[] value) |
BaseData[] |
find(BaseData criterion) |
java.lang.String[] |
findAllKeys(BaseData criteria) |
BaseData[] |
findBidirUsers(java.lang.String key) |
BaseData |
findByKey(java.lang.String key) |
BaseData |
findByKeyEx(java.lang.String key,
boolean allFields) |
int |
findCount(BaseData criterion,
int maxRecords) |
BaseData[] |
findHiddenUsers(java.lang.String key) |
BaseData[] |
findManyByKey(java.lang.String[] keyIDs) |
void |
garbageCollect() |
BaseData |
get(java.lang.String key) |
BaseData[] |
getGroup(java.lang.String[] keys,
int mask) |
RDBBase[] |
getRecSetTimeRange(RecordSetID rsID,
long t1,
long t2,
int maxResults) |
boolean |
keyExists(java.lang.String key) |
void |
ping() |
java.lang.String |
put(BaseData val) |
void |
putMany(java.lang.Object[] vals) |
BaseData |
set(BaseData value) |
BaseData[] |
setMany(BaseData[] values) |
java.lang.String |
userName() |
java.lang.String |
userRoleName() |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IConfigTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IConfigTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IConfigTaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private void addSerial(java.lang.String xmlns, java.lang.String localname, java.lang.Class cls, java.lang.Object serializer, java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public BaseData get(java.lang.String key) throws java.rmi.RemoteException
get
in interface IConfigTask
java.rmi.RemoteException
public java.lang.String put(BaseData val) throws java.rmi.RemoteException
put
in interface IConfigTask
java.rmi.RemoteException
public BaseData[] find(BaseData criterion) throws java.rmi.RemoteException
find
in interface IConfigTask
java.rmi.RemoteException
public void delete(java.lang.String keyID) throws java.rmi.RemoteException
delete
in interface IConfigTask
java.rmi.RemoteException
public BaseData set(BaseData value) throws java.rmi.RemoteException
set
in interface IConfigTask
java.rmi.RemoteException
public boolean canRead(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
canRead
in interface IConfigTask
java.rmi.RemoteException
public boolean canWrite(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
canWrite
in interface IConfigTask
java.rmi.RemoteException
public boolean canDelete(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
canDelete
in interface IConfigTask
java.rmi.RemoteException
public RDBBase[] getRecSetTimeRange(RecordSetID rsID, long t1, long t2, int maxResults) throws java.rmi.RemoteException
getRecSetTimeRange
in interface IConfigTask
java.rmi.RemoteException
public BaseData[] findManyByKey(java.lang.String[] keyIDs) throws java.rmi.RemoteException
findManyByKey
in interface IConfigTask
java.rmi.RemoteException
public void deleteMany(java.lang.String[] value) throws java.rmi.RemoteException
deleteMany
in interface IConfigTask
java.rmi.RemoteException
public java.lang.String[] findAllKeys(BaseData criteria) throws java.rmi.RemoteException
findAllKeys
in interface IConfigTask
java.rmi.RemoteException
public void putMany(java.lang.Object[] vals) throws java.rmi.RemoteException
putMany
in interface IConfigTask
java.rmi.RemoteException
public int findCount(BaseData criterion, int maxRecords) throws java.rmi.RemoteException
findCount
in interface IConfigTask
java.rmi.RemoteException
public void garbageCollect() throws java.rmi.RemoteException
garbageCollect
in interface IConfigTask
java.rmi.RemoteException
public BaseData findByKey(java.lang.String key) throws java.rmi.RemoteException
findByKey
in interface IConfigTask
java.rmi.RemoteException
public BaseData[] setMany(BaseData[] values) throws java.rmi.RemoteException
setMany
in interface IConfigTask
java.rmi.RemoteException
public BaseData[] getGroup(java.lang.String[] keys, int mask) throws java.rmi.RemoteException
getGroup
in interface IConfigTask
java.rmi.RemoteException
public boolean canCreate(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
canCreate
in interface IConfigTask
java.rmi.RemoteException
public boolean keyExists(java.lang.String key) throws java.rmi.RemoteException
keyExists
in interface IConfigTask
java.rmi.RemoteException
public java.lang.String userRoleName() throws java.rmi.RemoteException
userRoleName
in interface IConfigTask
java.rmi.RemoteException
public java.lang.String userName() throws java.rmi.RemoteException
userName
in interface IConfigTask
java.rmi.RemoteException
public BaseData[] findHiddenUsers(java.lang.String key) throws java.rmi.RemoteException
findHiddenUsers
in interface IConfigTask
java.rmi.RemoteException
public BaseData[] findBidirUsers(java.lang.String key) throws java.rmi.RemoteException
findBidirUsers
in interface IConfigTask
java.rmi.RemoteException
public BaseData findByKeyEx(java.lang.String key, boolean allFields) throws java.rmi.RemoteException
findByKeyEx
in interface IConfigTask
java.rmi.RemoteException
public void ping() throws java.rmi.RemoteException
ping
in interface IConfigTask
java.rmi.RemoteException