|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdminServices_PortType
| Method Summary | |
|---|---|
void |
addCredit(AuthToken at,
long accountId,
double amount,
java.lang.String description,
java.lang.String text,
java.lang.String id)
Adds credit for the account. Credited amounts are never added to credit card balances. |
void |
billingPeriodBasedDebit(AuthToken at,
long accountId,
double amount,
java.lang.String description,
java.lang.String note,
java.lang.String adminNote)
Adds debit for the account. |
void |
changeDiskUsage(AuthToken at,
long accountId,
double value)
Changes disk usage (summary quota) value for an account |
void |
changeFTPPassword(AuthToken at,
java.lang.String newPassword)
Changes user FTP password for the user from AuthToken |
void |
changePassword(AuthToken at,
java.lang.String newPassword)
Changes password for the user from AuthToken |
void |
changePlan(AuthToken at,
int planId,
int periodId)
Changes plan for the user from AuthToken |
void |
changeQuota(AuthToken at,
long accountId,
double value)
Changes quota value for the account. |
void |
changeTraffic(AuthToken at,
long accountId,
double value)
Changes value of the account traffic resource for the account |
boolean |
checkUser(AuthToken at,
java.lang.String login)
Checks if a user login already exists in the system. |
void |
deleteAccount(AuthToken at,
long accountId)
Deletes the account. |
long[] |
getAccounts(AuthToken at)
Returns an array of account identifiers for the user from AuthToken |
java.lang.String |
getDescription()
|
double |
getDiskUsage(AuthToken at,
long accountId)
Returns disk usage (summary quota) amount for an account |
java.lang.String[] |
getDomains(AuthToken at)
Returns list of domains for the user from AuthToken |
int |
getPeriodId(AuthToken at)
Returns plan period ID for the user from AuthToken |
java.lang.Object[] |
getPlan(AuthToken at)
Returns plan properties for the user from AuthToken |
java.lang.Object[] |
getPlanPeriodIds(AuthToken at,
int planId)
Returns plan period IDs for the user from AuthToken |
java.lang.Object[] |
getPlans(AuthToken at)
Returns plan list accessible for the user from AuthToken |
double |
getQuota(AuthToken at,
long accountId)
Returns quota resource value for the account |
double |
getTraffic(AuthToken at,
long accountId)
Returns amount of the account traffic |
boolean |
isAccountSuspended(AuthToken at,
long accountId)
Checks if the account is suspended in the system. |
boolean |
isAccountTransferrable(long accountId,
long targetServerId)
Checks if account can be transferred to another logical server. |
void |
monthlyBasedDebit(AuthToken at,
long accountId,
double amount,
int duration,
int frequency,
java.lang.String description,
java.lang.String note,
java.lang.String adminNote,
int startOn,
boolean isInfinite,
boolean isInvoice)
Adds debit for the account. In this case accounts will be debited every month for regular premium services. |
void |
oneTimeDebit(AuthToken at,
long accountId,
double amount,
java.lang.String description,
java.lang.String note,
boolean isInvoice,
boolean inclTaxes)
Adds debit for the account. |
void |
resumeAccount(AuthToken at,
long accountId)
Resumes the account. If by the time you are resuming the account, the billing period when it was suspended has ended, a new billing period is open and outstanding recurrent fees are accrued. If you resume an expired trial account, it will be automatically suspended again within 24 hours. |
java.lang.String |
searchAccIdBySignupId(long signupId)
Searches account ID by user's signup ID |
UserInfo[] |
searchByContactInfo(AuthToken at,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String company,
java.lang.String city,
java.lang.String state,
java.lang.String postalCode,
java.lang.String country)
Search by Contact Info |
UserInfo[] |
searchByDomainName(AuthToken at,
java.lang.String domainName,
int emailTypeForMassMail)
Search by Domain Name. |
UserInfo[] |
searchDeletedAccounts(AuthToken at,
java.lang.String bilingType,
java.lang.String plan,
java.lang.String accountId,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo,
java.lang.String delFrom,
java.lang.String delTo)
Searches deleted accounts |
UserInfo[] |
searchGeneric(AuthToken at,
java.lang.String bilingType,
java.lang.String suspended,
java.lang.String plan,
java.lang.String userName,
java.lang.String accountId,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo)
Generic Search. |
UserInfo[] |
searchInResellersDomains(AuthToken at,
java.lang.String domainName,
int emailTypeForMassMail)
Search all acounts including accounts under resellers by domain name. |
UserInfo[] |
searchInResellersUsers(AuthToken at,
java.lang.String reseller,
java.lang.String accountId,
java.lang.String user,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo)
Searches account under a specific reseller. |
UserInfo[] |
searchSuspended(AuthToken at,
java.lang.String bilingType,
java.lang.String plan,
java.lang.String accountId,
java.lang.String user,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo,
java.lang.String suspendedFrom,
java.lang.String suspendedTo)
Searches suspended users |
java.lang.String |
searchUserIdBySignupId(long signupId)
Searches user ID by user's signup ID. |
UserInfo[] |
searchUsers(AuthToken at,
java.lang.String group,
java.lang.String physicalServer,
java.lang.String logicalServer)
Searches by Logical and Physical Servers |
NamedParameter[] |
signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
ContactInfo srsci,
ContactInfo srsbi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
Signup the user |
NamedParameter[] |
signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser)
Signups a user under admin user from AuthToken |
NamedParameter[] |
signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
Signups a user under admin user from AuthToken |
NamedParameter[] |
signupUserEmpty(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser)
Signups a user under admin user from AuthToken |
NamedParameter[] |
signupUserFull(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
ContactInfo srsci,
ContactInfo srsbi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
Signup the user |
NamedParameter[] |
signupUserWithoutRegistrarInfo(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
Signup the user without registrar info. |
void |
startAccountMove(AuthToken at,
long srcServerId,
long targetServerId,
long accountId)
Starts process of account content moving from one to another logical server. |
void |
suspendAccount(AuthToken at,
long accountId,
java.lang.String reason)
Suspends the account. |
| Method Detail |
|---|
java.lang.String[] getDomains(AuthToken at)
throws java.rmi.RemoteException
AuthToken
at - User authentication information
AuthToken
java.lang.Exception
java.rmi.RemoteException
java.lang.String getDescription()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object[] getPlan(AuthToken at)
throws java.rmi.RemoteException
AuthToken
at - User authentication information
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getPlans(AuthToken at)
throws java.rmi.RemoteException
AuthToken
at - User authentication information
java.lang.Exception
java.rmi.RemoteException
int getPeriodId(AuthToken at)
throws java.rmi.RemoteException
AuthToken
at - User authentication information
java.lang.Exception
java.rmi.RemoteException
NamedParameter[] signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser)
throws java.rmi.RemoteException
AuthToken
at - Admin user authentication informationplanId - plan IDperiodId - plan period IDlogin - user login. 5-20 characters, starts with a letterpassword - user password. Length 5 to 12 chars. The login and the password
must be different. Simple passwords are not allowed.descr - user descriptionci - user contact infobi - user billing infopi - user payment infovalidateUser - java.lang.Exception
java.rmi.RemoteException
NamedParameter[] signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
throws java.rmi.RemoteException
AuthToken
planId - plan IDperiodId - plan period IDlogin - user login. 5-20 characters, starts with a letterpassword - user password. Length 5 to 12 chars. The login and the password
must be different. Simple passwords are not allowed.descr - user descriptionci - user contact infobi - user billing infopi - user payment infovalidateUser - true - validate user (check is plan available for signup,mod - plan modifier for account creationotherParams - other signup parameters
java.lang.Exception
java.rmi.RemoteException
NamedParameter[] signupUser(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
ContactInfo srsci,
ContactInfo srsbi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
throws java.rmi.RemoteException
at - admin user authentication informationplanId - account's plan IDperiodId - billing period IDlogin - user login. 5-20 characters, starts with a letterpassword - user password. Length 5 to 12 chars. The login and the password
must be different. Simple passwords are not allowed.descr - user descriptionci - user contact infobi - user billing infosrsci - user contact info for registrarsrsbi - user billing info for registrarpi - user payment infovalidateUser - true - validate user (check is plan available for signup,mod - plan modifier for account creationotherParams - other signup parameters
java.lang.Exception
java.rmi.RemoteException
void changePassword(AuthToken at,
java.lang.String newPassword)
throws java.rmi.RemoteException
AuthToken
at - User authentication informationnewPassword - New user password. Length 5 to 12 chars. The login and the
password must be different. Simple passwords are not allowed.
java.lang.Exception
java.rmi.RemoteException
void changePlan(AuthToken at,
int planId,
int periodId)
throws java.rmi.RemoteException
AuthToken
at - User authentication informationplanId - new plan IDperiodId - new period ID
java.lang.Exception
java.rmi.RemoteException
void addCredit(AuthToken at,
long accountId,
double amount,
java.lang.String description,
java.lang.String text,
java.lang.String id)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account IDamount - amount of credit. don't enter negative amounts; instead,
debit the account.description - the reason for crediting the account. It can be
CHECK, MANUAL CC, PROMOTION, OTHERtext - the explanation to the transaction that will show up in the
invoice and the balance statement.id - id of credit (up to 255 symbols)
java.lang.Exception
java.rmi.RemoteException
void suspendAccount(AuthToken at,
long accountId,
java.lang.String reason)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account ID to suspend. Integer valuereason - suspension reason
java.lang.Exception
java.rmi.RemoteException
long[] getAccounts(AuthToken at)
throws java.rmi.RemoteException
AuthToken
at - Admin user authentication information
java.lang.Exception
java.rmi.RemoteException
double getTraffic(AuthToken at,
long accountId)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - ID of account the traffic amount is returned for. Integer value
java.lang.Exception
java.rmi.RemoteException
void deleteAccount(AuthToken at,
long accountId)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account ID to delete. Integer value
java.lang.Exception
java.rmi.RemoteException
double getQuota(AuthToken at,
long accountId)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account ID the amount of quota is returned for. Integer value
java.lang.Exception
java.rmi.RemoteException
void changeQuota(AuthToken at,
long accountId,
double value)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account ID the amount of quota is planning to change for.
Integer valuevalue - quota value the account is changed to.
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getPlanPeriodIds(AuthToken at,
int planId)
throws java.rmi.RemoteException
AuthToken
at - User authentication informationplanId - User plan ID
java.lang.Exception
java.rmi.RemoteException
void changeFTPPassword(AuthToken at,
java.lang.String newPassword)
throws java.rmi.RemoteException
AuthToken
at - User authentication informationnewPassword - new user ftp password. Length 5 to 12 chars. The login and the
password must be different. Simple passwords are not allowed.
java.lang.Exception
java.rmi.RemoteException
NamedParameter[] signupUserEmpty(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser)
throws java.rmi.RemoteException
AuthToken
planId - plan IDperiodId - plan period IDlogin - user login. 5-20 characters, starts with a letterpassword - user password. Length 5 to 12 chars. The login and the password
must be different. Simple passwords are not allowed.descr - user descriptionci - user contact infobi - user billing infopi - user payment infovalidateUser - java.lang.Exception
java.rmi.RemoteException
NamedParameter[] signupUserWithoutRegistrarInfo(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
throws java.rmi.RemoteException
at - admin user authentication informationplanId - account's plan IDperiodId - billing period IDlogin - user login. 5-20 characters, starts with a letterpassword - user password. Length 5 to 12 chars. The login and the password
must be different. Simple passwords are not allowed.descr - user descriptionci - user contact infobi - user billing infopi - user payment infovalidateUser - true - validate user (check is plan available for signup,mod - plan modifier for account creationotherParams - other signup parameters
java.lang.Exception
java.rmi.RemoteException
NamedParameter[] signupUserFull(AuthToken at,
int planId,
int periodId,
java.lang.String login,
java.lang.String password,
java.lang.String descr,
ContactInfo ci,
ContactInfo bi,
ContactInfo srsci,
ContactInfo srsbi,
PaymentInfo pi,
boolean validateUser,
java.lang.String mod,
NamedParameter[] otherParams)
throws java.rmi.RemoteException
at - admin user authentication informationplanId - account's plan IDperiodId - billing period IDlogin - user login. 5-20 characters, starts with a letterpassword - user password. Length 5 to 12 chars. The login and the password
must be different. Simple passwords are not allowed.descr - user descriptionci - user contact infobi - user billing infosrsci - user contact info for registrarsrsbi - user billing info for registrarpi - user payment infovalidateUser - true - validate user (check is plan available for signup,mod - plan modifier for account creationotherParams - other signup parameters
java.lang.Exception
java.rmi.RemoteException
UserInfo[] searchUsers(AuthToken at,
java.lang.String group,
java.lang.String physicalServer,
java.lang.String logicalServer)
throws java.rmi.RemoteException
at - admin user authentication informationgroup - logical server group IDphysicalServer - physical server IDlogicalServer - logical server IDjava.lang.Exception
java.rmi.RemoteException
UserInfo[] searchDeletedAccounts(AuthToken at,
java.lang.String bilingType,
java.lang.String plan,
java.lang.String accountId,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo,
java.lang.String delFrom,
java.lang.String delTo)
throws java.rmi.RemoteException
at - admin user authentication informationbilingType - billing type.plan - plan IDaccountId - deleted account IDemail - contact emailemailTypeForMassMail - 0 - email from dontact inforegFrom - start date of account registration. Format: YYYY/MM/DDregTo - end date of account registration. Format: YYYY/MM/DDdelFrom - start date of account deletion. Format: YYYY/MM/DDdelTo - start date of account deletion. Format: YYYY/MM/DD
java.lang.Exception
java.rmi.RemoteException
UserInfo[] searchSuspended(AuthToken at,
java.lang.String bilingType,
java.lang.String plan,
java.lang.String accountId,
java.lang.String user,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo,
java.lang.String suspendedFrom,
java.lang.String suspendedTo)
throws java.rmi.RemoteException
at - admin user authentication informationbilingType - billing type.plan - plan IDaccountId - account IDuser - usernameemail - contact emailemailTypeForMassMail - 0 - email from dontact inforegFrom - start date of account registration. Format: YYYY/MM/DDregTo - end date of account registration. Format: YYYY/MM/DDsuspendedFrom - start date of account suspension. Format: YYYY/MM/DDsuspendedTo - end date of account suspension. Format: YYYY/MM/DD
java.lang.Exception
java.rmi.RemoteException
UserInfo[] searchInResellersUsers(AuthToken at,
java.lang.String reseller,
java.lang.String accountId,
java.lang.String user,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo)
throws java.rmi.RemoteException
at - admin user authentication informationreseller - reseller IDaccountId - accoount IDuser - usernameemail - contact emailemailTypeForMassMail - 0 - email from dontact inforegFrom - start date of account registration. Format: YYYY/MM/DDregTo - end date of account registration. Format: YYYY/MM/DD
java.lang.Exception
java.rmi.RemoteException
UserInfo[] searchInResellersDomains(AuthToken at,
java.lang.String domainName,
int emailTypeForMassMail)
throws java.rmi.RemoteException
at - admin user authentication informationdomainName - domain nameemailTypeForMassMail - 0 - email from dontact infojava.lang.Exception
java.rmi.RemoteException
UserInfo[] searchByContactInfo(AuthToken at,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String company,
java.lang.String city,
java.lang.String state,
java.lang.String postalCode,
java.lang.String country)
throws java.rmi.RemoteException
at - admin user authentication informationfirstName - First namelastName - Last namecompany - Companycity - Citystate - State. Format: 2 letters state codepostalCode - ZIP codecountry - Country code. Format: 2 letters coutry code
java.lang.Exception
java.rmi.RemoteException
UserInfo[] searchByDomainName(AuthToken at,
java.lang.String domainName,
int emailTypeForMassMail)
throws java.rmi.RemoteException
at - admin user authentication informationdomainName - domain name to searchemailTypeForMassMail - 0 - email from dontact infojava.lang.Exception
java.rmi.RemoteException
UserInfo[] searchGeneric(AuthToken at,
java.lang.String bilingType,
java.lang.String suspended,
java.lang.String plan,
java.lang.String userName,
java.lang.String accountId,
java.lang.String email,
int emailTypeForMassMail,
java.lang.String regFrom,
java.lang.String regTo)
throws java.rmi.RemoteException
at - admin user authentication informationbilingType - billing type.suspended - not empty value - search accounts that are suspendedplan - plan ID. If this value is empty - search any planuserName - usernameaccountId - account IDemail - contact or billing emailemailTypeForMassMail - 0 - email from dontact inforegFrom - start date of account registration. Format: YYYY/MM/DDregTo - end date of account registration. Format: YYYY/MM/DD
java.lang.Exception
java.rmi.RemoteException
java.lang.String searchAccIdBySignupId(long signupId)
throws java.rmi.RemoteException
signupId - user's signup ID
java.lang.Exception
java.rmi.RemoteException
java.lang.String searchUserIdBySignupId(long signupId)
throws java.rmi.RemoteException
signupId - signup ID of the user
java.lang.Exception
java.rmi.RemoteException
void monthlyBasedDebit(AuthToken at,
long accountId,
double amount,
int duration,
int frequency,
java.lang.String description,
java.lang.String note,
java.lang.String adminNote,
int startOn,
boolean isInfinite,
boolean isInvoice)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account IDamount - amount of the debitduration - when this period expires, debit charges are discontinued.
Integer valuefrequency - the charge cycle; leave 1 to charge the account every month.description - the title of the charge displayed in user's billing and balance
statements.note - the comment displayed in small font in user' invoice and balance
statementadminNote - this note won't be visible to the user, for admin's usestartOn - choose one of three options when to start debiting the account:
isInfinite - true - infinite debitisInvoice - true - send invoice to the user about this debitjava.lang.Exception
java.rmi.RemoteException
void billingPeriodBasedDebit(AuthToken at,
long accountId,
double amount,
java.lang.String description,
java.lang.String note,
java.lang.String adminNote)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account IDamount - amount of billing period based debitdescription - the title of the charge displayed in user' billing and balance
statement.note - the comment displayed in small font in user's billing and balance
statement.adminNote - this note won't show to the user, for admin's use.
java.lang.Exception
java.rmi.RemoteException
void oneTimeDebit(AuthToken at,
long accountId,
double amount,
java.lang.String description,
java.lang.String note,
boolean isInvoice,
boolean inclTaxes)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account IDamount - amount of one-time debitdescription - the title of the charge displayed in user' billing and balance
statements.note - the comment displayed in small font in user' invoice and balance
statement.isInvoice - true - send invoice to the user about this debitinclTaxes - true - apply taxes to this debit.java.lang.Exception
java.rmi.RemoteException
void resumeAccount(AuthToken at,
long accountId)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account ID to resume. Integer value
java.lang.Exception
java.rmi.RemoteException
void changeTraffic(AuthToken at,
long accountId,
double value)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - ID of account the traffic amount is changed for. Integer valuevalue - new traffic value the account is changed to. Numeric value
java.lang.Exception
java.rmi.RemoteException
void changeDiskUsage(AuthToken at,
long accountId,
double value)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - ID of account the value of disk usage is changed for. Integer
valuevalue - value of disk usage the account is changed to.
Non-negative integer value
java.lang.Exception
java.rmi.RemoteException
double getDiskUsage(AuthToken at,
long accountId)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - account ID the disk usage is calculated for. Integer value
java.lang.Exception
java.rmi.RemoteException
boolean isAccountSuspended(AuthToken at,
long accountId)
throws java.rmi.RemoteException
at - admin user authentication informationaccountId - checked account ID. Integer value
java.lang.Exception
java.rmi.RemoteException
boolean checkUser(AuthToken at,
java.lang.String login)
throws java.rmi.RemoteException
at - admin user authenticationlogin - user login that is checked. 5-20 characters, starts with a letter
java.lang.Exception
java.rmi.RemoteException
boolean isAccountTransferrable(long accountId,
long targetServerId)
throws java.rmi.RemoteException
accountId - ID of checked account. Integer valuetargetServerId - ID of the logical server where account is planning yo move
java.lang.Exception
java.rmi.RemoteException
void startAccountMove(AuthToken at,
long srcServerId,
long targetServerId,
long accountId)
throws java.rmi.RemoteException
at - admin user authenticationsrcServerId - ID of the source logical server. Integer valuetargetServerId - ID of the target logical server. Integer valueaccountId - ID of account that planning to be moved. Integer value
java.lang.Exception
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||