org.mobicents.slee.examples.callcontrol.profile
Class CallControlProfileManagementImpl
java.lang.Object
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.
| 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 |
CallControlProfileManagementImpl
public CallControlProfileManagementImpl()
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.