Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

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


public interface ApplicationDescription

A WLNG application account description.


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

Method Detail

getGroups

public java.util.Set getGroups()
Get application groups for account.

Returns:
The application groups.

getName

public java.lang.String getName()
Get application instance name.

Returns:
application instance name.

getProperties

public java.util.Set getProperties()
Get application properties.

Returns:
The properties.

getReference

public java.lang.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 java.lang.String getState()
Get the state of this account.

Returns:
The account state (ACTIVATED or DEACTIVATED).

Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

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