|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserDSServices_PortType
| Method Summary | |
|---|---|
void |
addDServer(AuthToken at,
long dstId)
Added Dedicated Servers with particular dedicated server template |
void |
canselationDSRequest(AuthToken at,
long dsId,
int cancellationType,
java.lang.String cancelationDate)
Cancelation particular Dedicated server to user account |
java.lang.Object[] |
getAviableDSTemplateList(AuthToken at)
|
java.lang.String |
getDescription()
|
java.lang.Object[] |
getDServersList(AuthToken at)
|
DSInfo |
getDSInfo(AuthToken at,
long dsId)
Returns dedicated server information for particular dedicated server |
DSTInfo |
getDSTInfo(AuthToken at,
long dstId)
Returns dedicated server template information for particular dedicated server template |
| Method Detail |
|---|
java.lang.String getDescription()
throws java.rmi.RemoteException
java.rmi.RemoteException
void addDServer(AuthToken at,
long dstId)
throws java.rmi.RemoteException
at - User authentication informationdstId - particular dedicated server template id
java.lang.Exception
java.rmi.RemoteException
void canselationDSRequest(AuthToken at,
long dsId,
int cancellationType,
java.lang.String cancelationDate)
throws java.rmi.RemoteException
at - User authentication informationdsId - Dedicated Server idcancellationType - cancellation type (1, 2 or 3)cancelationDate - cancellation date (required parameters for cancellationType = 2)
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getAviableDSTemplateList(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
DSTInfo getDSTInfo(AuthToken at,
long dstId)
throws java.rmi.RemoteException
at - User authentication informationdstId - particular dedicated server template id
java.lang.Exception
java.rmi.RemoteException
DSInfo getDSInfo(AuthToken at,
long dsId)
throws java.rmi.RemoteException
at - User authentication informationdsId - particular dedicated server id
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getDServersList(AuthToken at)
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||