1 23 24 28 29 30 package com.sun.enterprise.management.support.oldconfig; 31 32 33 38 39 40 41 42 43 public interface OldORBConfigMBean 44 { 45 public String getMaxConnections(); 46 public void setMaxConnections( final String value ); 47 48 public String getMessageFragmentSize(); 49 public void setMessageFragmentSize( final String value ); 50 51 public String getUseThreadPoolIds(); 52 public void setUseThreadPoolIds( final String value ); 53 54 55 public boolean destroyConfigElement(); 57 public String getDefaultAttributeValue( final String attributeName ); 58 59 60 61 62 } | Popular Tags |