com.ibm.xdms.function
Interface Function

All Known Subinterfaces:
AlarmAndFaultLogger, Authorization, Datastore, DomXmlProcessor, SipSubscribeHelper, SipXcapDiffSubscriptions, UriHelper, UsageRecordLogger, XmlProcessor
All Known Implementing Classes:
BaseFunction

public interface Function

All helper functions defined for an application usage must impelment this interface.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 ApplicationUsage getApplicationUsage()
          Returns the ApplicationUsage for which this function is associated with.
 boolean init(ApplicationUsage appUsage)
          Initializes the function.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
Method Detail

init

boolean init(ApplicationUsage appUsage)
Initializes the function.

Parameters:
appUsage - The ApplicationUsage information.
Returns:
Returns true if the function successfully initialized.

getApplicationUsage

ApplicationUsage getApplicationUsage()
Returns the ApplicationUsage for which this function is associated with.

Returns:
Returns the ApplicationUsage for which this function is associated with.