|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.service.utils.gridservit.GridServiceLite
uk.ac.soton.itinnovation.grid.service.account.AccountServiceImpl
public abstract class AccountServiceImpl
| Field Summary | |
|---|---|
protected org.apache.log4j.Logger |
log
|
| Fields inherited from class uk.ac.soton.itinnovation.grid.service.utils.gridservit.GridServiceLite |
|---|
factory, groupUtils, management, NO_ACCOUNT_NEEDED, pbacUtils, pdp, proxyFactory, thisServiceAddress, wsdlCache |
| Constructor Summary | |
|---|---|
AccountServiceImpl(String name)
|
|
| Method Summary | |
|---|---|
void |
addBudgetHolderRule(MatchRule rule)
Deprecated. |
void |
addUserRule(MatchRule delegate)
Deprecated. |
boolean |
checkUser(SubjectDescription user)
|
void |
closeAccount()
|
Account |
getAccount(org.hibernate.Session session,
String resourceID)
|
Account |
getAccount(String resourceID)
|
abstract Account[] |
getAccountsByStatus(String status)
|
String |
getAccountStatus()
|
MatchRule[] |
getBudgetHolderRules()
Deprecated. |
protected Class<? extends GridResource> |
getResourceType(String resourceID)
Return the class of this resource's bean. |
MatchRule[] |
getUserRules()
Deprecated. |
void |
removeBudgetHolderRule(MatchRule rule)
Deprecated. |
void |
removeUserRule(MatchRule delegate)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface uk.ac.soton.itinnovation.grid.comms.webadmin.WebAdmin |
|---|
ensurePoliciesDeployed, getAtomFeed |
| Field Detail |
|---|
protected org.apache.log4j.Logger log
| Constructor Detail |
|---|
public AccountServiceImpl(String name)
| Method Detail |
|---|
public String getAccountStatus()
throws RemoteException
RemoteException
@Deprecated
public void addBudgetHolderRule(MatchRule rule)
throws RemoteException
RemoteException
@Deprecated
public void removeBudgetHolderRule(MatchRule rule)
throws RemoteException
RemoteException
@Deprecated
public MatchRule[] getBudgetHolderRules()
throws RemoteException
RemoteException
@Deprecated
public void addUserRule(MatchRule delegate)
throws RemoteException
RemoteException
@Deprecated
public void removeUserRule(MatchRule delegate)
throws RemoteException
RemoteException
@Deprecated
public MatchRule[] getUserRules()
throws RemoteException
RemoteException
public void closeAccount()
throws RemoteException
RemoteExceptionprotected Class<? extends GridResource> getResourceType(String resourceID)
GridServiceLite
getResourceType in class GridServiceLitepublic Account getAccount(String resourceID)
public Account getAccount(org.hibernate.Session session,
String resourceID)
public boolean checkUser(SubjectDescription user)
throws RemoteException
RemoteExceptionpublic abstract Account[] getAccountsByStatus(String status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||