|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.openexchange.admin.soap.OXSOAPRMIMapper
com.openexchange.admin.soap.OXResource
public class OXResource
SOAP Service implementing RMI Interface OXResourceInterface
| Field Summary |
|---|
| Fields inherited from class com.openexchange.admin.soap.OXSOAPRMIMapper |
|---|
CONNECT_ATTEMPTS_DELAY_TIME, MAX_RMI_CONNECT_ATTEMPTS, RMI_HOSTNAME |
| Constructor Summary | |
|---|---|
OXResource()
|
|
| Method Summary | |
|---|---|
void |
change(Context ctx,
Resource res,
Credentials auth)
Same as OXResourceInterface.change(Context, Resource, Credentials) |
Resource |
create(Context ctx,
Resource res,
Credentials auth)
Same as OXResourceInterface.create(Context, Resource, Credentials) |
void |
delete(Context ctx,
Resource res,
Credentials auth)
Same as OXResourceInterface.delete(Context, Resource, Credentials) |
Resource |
getData(Context ctx,
Resource res,
Credentials auth)
Same as OXResourceInterface.getData(Context, Resource, Credentials) |
Resource[] |
getMultipleData(Context ctx,
Resource[] resources,
Credentials auth)
Same as OXResourceInterface.getData(Context, Resource[], Credentials) |
Resource[] |
list(Context ctx,
String pattern,
Credentials auth)
Same as OXResourceInterface.list(Context, String, Credentials) |
Resource[] |
listAll(Context ctx,
Credentials auth)
Same as OXResourceInterface.listAll(Context, Credentials) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OXResource()
throws RemoteException
RemoteException| Method Detail |
|---|
public void change(Context ctx,
Resource res,
Credentials auth)
throws RemoteException,
StorageException,
InvalidCredentialsException,
NoSuchContextException,
InvalidDataException,
DatabaseUpdateException,
NoSuchResourceException
OXResourceInterface.change(Context, Resource, Credentials)
ctx - res - auth -
RemoteException
StorageException
InvalidCredentialsException
NoSuchContextException
InvalidDataException
DatabaseUpdateException
NoSuchResourceException
public Resource create(Context ctx,
Resource res,
Credentials auth)
throws RemoteException,
StorageException,
InvalidCredentialsException,
NoSuchContextException,
InvalidDataException,
DatabaseUpdateException
OXResourceInterface.create(Context, Resource, Credentials)
ctx - res - auth -
RemoteException
StorageException
InvalidCredentialsException
NoSuchContextException
InvalidDataException
DatabaseUpdateException
public void delete(Context ctx,
Resource res,
Credentials auth)
throws RemoteException,
StorageException,
InvalidCredentialsException,
NoSuchContextException,
InvalidDataException,
DatabaseUpdateException,
NoSuchResourceException
OXResourceInterface.delete(Context, Resource, Credentials)
ctx - res - auth -
RemoteException
StorageException
InvalidCredentialsException
NoSuchContextException
InvalidDataException
DatabaseUpdateException
NoSuchResourceException
public Resource getData(Context ctx,
Resource res,
Credentials auth)
throws RemoteException,
StorageException,
InvalidCredentialsException,
NoSuchContextException,
InvalidDataException,
DatabaseUpdateException,
NoSuchResourceException
OXResourceInterface.getData(Context, Resource, Credentials)
ctx - res - auth -
RemoteException
StorageException
InvalidCredentialsException
NoSuchContextException
InvalidDataException
DatabaseUpdateException
NoSuchResourceException
public Resource[] getMultipleData(Context ctx,
Resource[] resources,
Credentials auth)
throws RemoteException,
StorageException,
InvalidCredentialsException,
NoSuchContextException,
InvalidDataException,
NoSuchResourceException,
DatabaseUpdateException
OXResourceInterface.getData(Context, Resource[], Credentials)
ctx - resources - auth -
RemoteException
StorageException
InvalidCredentialsException
NoSuchContextException
InvalidDataException
NoSuchResourceException
DatabaseUpdateException
public Resource[] list(Context ctx,
String pattern,
Credentials auth)
throws RemoteException,
StorageException,
InvalidCredentialsException,
NoSuchContextException,
InvalidDataException,
DatabaseUpdateException
OXResourceInterface.list(Context, String, Credentials)
ctx - pattern - auth -
RemoteException
StorageException
InvalidCredentialsException
NoSuchContextException
InvalidDataException
DatabaseUpdateException
public Resource[] listAll(Context ctx,
Credentials auth)
throws RemoteException,
StorageException,
InvalidCredentialsException,
NoSuchContextException,
InvalidDataException,
DatabaseUpdateException
OXResourceInterface.listAll(Context, Credentials)
ctx - auth -
RemoteException
StorageException
InvalidCredentialsException
NoSuchContextException
InvalidDataException
DatabaseUpdateException
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||