package org.mobicents.slee.container.component.validator.profile.managementinterface; import org.mobicents.slee.container.component.validator.profile.ProfileCMPInterfaceOk; public interface ManagementInterfaceOkExtendCMPInterface extends ProfileCMPInterfaceOk{ public void doSomeTricktMGMTMagic(int xxxx); public void dontLookAtMeImUglyDefinedMethodWithLongName(java.io.Serializable cheese); }