Oracle Corporation

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


public interface ServiceProviderAccount

A WLNG service provider account.

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

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

Method Detail

getGroups

public Set getGroups()
Get service provider groups for account.

Returns:
The service provider groups.

getState

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

Returns:
The account state.

Oracle Corporation