/** * Start time:16:31:35 2009-02-14<br> * Project: mobicents-jainslee-server-core<br> * * @author <a href="mailto:baranowb@gmail.com">baranowb - Bartosz Baranowski * </a> * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a> */ package org.mobicents.slee.container.component.validator.profile.abstrakt; import javax.slee.CreateException; import javax.slee.SLEEException; import javax.slee.profile.ProfileContext; import javax.slee.profile.ProfileID; import javax.slee.profile.ProfileVerificationException; import javax.slee.usage.UnrecognizedUsageParameterSetNameException; /** * Start time:16:31:35 2009-02-14<br> * Project: mobicents-jainslee-server-core<br> * * @author <a href="mailto:baranowb@gmail.com">baranowb - Bartosz Baranowski * </a> * @author <a href="mailto:brainslog@gmail.com"> Alexandre Mendonca </a> */ public abstract class ProfileAbstractClass10LackLifeCycle implements javax.slee.profile.ProfileManagement, ManagementInterfaceOk, ProfileBaseCMPInterface { public boolean isProfileValid(ProfileID arg0) throws NullPointerException, SLEEException { // TODO Auto-generated method stub return false; } public void markProfileDirty() { // TODO Auto-generated method stub } public void profileInitialize() { // TODO Auto-generated method stub } public void profileLoad() { // TODO Auto-generated method stub } public void profileStore() { // TODO Auto-generated method stub } public void profileVerify() throws ProfileVerificationException { // TODO Auto-generated method stub } // profile LO methods public void makeDogBark(int xxxx) { } public void dontLookAtMeImUglyDefinedMethodWithLongNameAndSpankTheCat( java.io.Serializable cheese) { } // Management interface public void doSomeTricktMGMTMagic(int xxxx) { } public void dontLookAtMeImUglyDefinedMethodWithLongName( java.io.Serializable cheese) { } // USAGE public abstract UsageOkInterface getDefaultUsageParameterSet(); public abstract UsageOkInterface getUsageParameterSet(String x) throws UnrecognizedUsageParameterSetNameException; }