Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


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


public interface ApplicationDescription

A WLNG application account description.


Method Summary
 Set getGroups()
          Get application groups for account.
 String getName()
          Get application instance name.
 Set getProperties()
          Get application properties.
 String getReference()
          Get alias reference for this application.
 ServiceProviderDescription getServiceProvider()
          Get service provider account.
 String getState()
          Get the state of this account.

 

Method Detail

getGroups

public Set getGroups()
Get application groups for account.
Returns:
The application groups.

getName

public String getName()
Get application instance name.
Returns:
application instance name.

getProperties

public Set getProperties()
Get application properties.
Returns:
The properties.

getReference

public String getReference()
Get alias reference for this application.
Returns:
The reference.

getServiceProvider

public ServiceProviderDescription getServiceProvider()
Get service provider account.
Returns:
The service provider account.

getState

public String getState()
Get the state of this account.
Returns:
The account state (ACTIVATED or DEACTIVATED).

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.