Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


com.convergin.common.sal.ext.api
Interface SalContext


public interface SalContext

Method Summary
 java.lang.Object getAttribute(java.lang.String name)
          Returns the SalApplication manager attribute with the given name, or null if there is no attribute by that name.
 java.util.Enumeration<java.lang.String> getAttributeNames()
          Returns an Enumeration containing the attribute names available within this SalApplication context.

 

Method Detail

getAttribute

java.lang.Object getAttribute(java.lang.String name)
Returns the SalApplication manager attribute with the given name, or null if there is no attribute by that name. An attribute allows a SalApplication manager to give the SalApplication additional information not already provided by this interface.
Parameters:
name - a String specifying the name of the attribute
Returns:
an Object containing the value of the attribute, or null if no attribute exists matching the given name

getAttributeNames

java.util.Enumeration<java.lang.String> getAttributeNames()
Returns an Enumeration containing the attribute names available within this SalApplication context. Use the getAttribute(java.lang.String) method with an attribute name to get the value of an attribute.
Returns:
an Enumeration of attribute names

Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


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