org.mobicents.slee.examples.callcontrol.profile
Class CallControlProfileManagementImpl

java.lang.Object
  extended by org.mobicents.slee.examples.callcontrol.profile.CallControlProfileManagementImpl
All Implemented Interfaces:
javax.slee.profile.ProfileManagement, CallControlProfileCMP

public abstract class CallControlProfileManagementImpl
extends java.lang.Object
implements javax.slee.profile.ProfileManagement, CallControlProfileCMP

Profile Management implementation class.


Constructor Summary
CallControlProfileManagementImpl()
           
 
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 verifyAddress(javax.slee.Address address)
           
 
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.examples.callcontrol.profile.CallControlProfileCMP
getBackupAddress, getBlockedAddresses, getUserAddress, getVoicemailState, setBackupAddress, setBlockedAddresses, setUserAddress, setVoicemailState
 

Constructor Detail

CallControlProfileManagementImpl

public CallControlProfileManagementImpl()
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

verifyAddress

public void verifyAddress(javax.slee.Address address)
                   throws javax.slee.profile.ProfileVerificationException
Throws:
javax.slee.profile.ProfileVerificationException


Copyright © 2009. All Rights Reserved.