Oracle Corporation

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


public interface ApplicationInstance

A WLNG user.

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

Method Summary
 ApplicationAccount getApplication()
          Get application account.
 AccountState getState()
          Get the user state.
 

Method Detail

getApplication

public ApplicationAccount getApplication()
Get application account.

Returns:
The application account.

getState

public AccountState getState()
Get the user state.

Returns:
The user state.

Oracle Corporation