Oracle Corporation

com.bea.wlcp.wlng.account.management
Interface ApplicationInstanceDescription


public interface ApplicationInstanceDescription

WLNG user description.

Copyright © 2008 Oracle Corporation. All Rights Reserved.

Method Summary
 ApplicationDescription getApplication()
          Get application account.
 String getName()
          Get application instance name.
 Set getProperties()
          Get application instance properties.
 String getReference()
          Get reference for this application instance.
 String getState()
          Get the application instance state.
 

Method Detail

getApplication

public ApplicationDescription getApplication()
Get application account.

Returns:
The application account.

getName

public String getName()
Get application instance name.

Returns:
application instance name.

getProperties

public Set getProperties()
Get application instance properties.

Returns:
The properties.

getReference

public String getReference()
Get reference for this application instance.

Returns:
The reference.

getState

public String getState()
Get the application instance state.

Returns:
The application instance state (ACTIVATED or DEACTIVATED).

Oracle Corporation