1 23 24 28 29 35 36 package com.sun.enterprise.management.support.oldconfig; 37 38 39 40 public interface OldRequestPolicyMBean 41 { 42 public String getAuthRecipient(); 43 public void setAuthRecipient( final String value ); 44 45 public String getAuthSource(); 46 public void setAuthSource( final String value ); 47 48 49 public boolean destroyConfigElement(); 51 public String getDefaultAttributeValue( final String attributeName ); 52 53 } | Popular Tags |