org.mobicents.slee.training.example8.profile
Class EventControlProfileManagementImpl

java.lang.Object
  extended by org.mobicents.slee.training.example8.profile.EventControlProfileManagementImpl
All Implemented Interfaces:
javax.slee.profile.ProfileManagement, EventControlProfileCMP

public abstract class EventControlProfileManagementImpl
extends java.lang.Object
implements javax.slee.profile.ProfileManagement, EventControlProfileCMP

EventControlProfileManagementImpl implementation of CMP's with ProfileManagement

Author:
MoBitE info@mobite.co.in

Constructor Summary
EventControlProfileManagementImpl()
           
 
Method Summary
 void profileInitialize()
          Initialize the profile with its default values.
 void profileLoad()
           
 void profileStore()
           
 void profileVerify()
          Verify the profile's CMP field settings.
 void verifyAction(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.slee.profile.ProfileManagement
isProfileDirty, isProfileValid, markProfileDirty
 
Methods inherited from interface org.mobicents.slee.training.example8.profile.EventControlProfileCMP
getActivityId, getAny, getInit, setActivityId, setAny, setInit
 

Constructor Detail

EventControlProfileManagementImpl

public EventControlProfileManagementImpl()
Method Detail

profileInitialize

public void profileInitialize()
Initialize the profile with its default values.

Specified by:
profileInitialize in interface javax.slee.profile.ProfileManagement

profileLoad

public void profileLoad()
Specified by:
profileLoad in interface javax.slee.profile.ProfileManagement

profileStore

public void profileStore()
Specified by:
profileStore in interface javax.slee.profile.ProfileManagement

profileVerify

public void profileVerify()
                   throws javax.slee.profile.ProfileVerificationException
Verify the profile's CMP field settings.

Specified by:
profileVerify in interface javax.slee.profile.ProfileManagement
Throws:
javax.slee.profile.ProfileVerificationException - if any CMP field contains an invalid value

verifyAction

public void verifyAction(java.lang.String value)
                  throws javax.slee.profile.ProfileVerificationException
Throws:
javax.slee.profile.ProfileVerificationException


Copyright © 2009. All Rights Reserved.