package org.mobicents.slee.container.component.validator.profile.localinterface; public interface LocalInterfaceOkDeclareValidCMPMethodWithThrows extends javax.slee.profile.ProfileLocalObject{ public void doSomeTricktMGMTMagic(int xxxx); public void dontLookAtMeImUglyDefinedMethodWithLongName(java.io.Serializable cheese); // CMPs public int getMasterTest() throws Error; public void setMasterTestArray(int[] v); }