Oracle Corporation

com.bea.wlcp.wlng.api.account
Interface ApplicationAccount


public interface ApplicationAccount

A WLNG application account.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 Set getGroups()
          Get application groups.
 ServiceProviderAccount getServiceProvider()
          Get service provider account.
 AccountState getState()
          Get the state of this account.
 

Method Detail

getGroups

public Set getGroups()
Get application groups.

Returns:
The application groups.

getServiceProvider

public ServiceProviderAccount getServiceProvider()
Get service provider account.

Returns:
The service provider account.

getState

public AccountState getState()
Get the state of this account.

Returns:
The account state.

Oracle Corporation