1 23 24 28 29 30 package com.sun.enterprise.management.support.oldconfig; 31 32 33 import javax.management.ObjectName ; 34 import javax.management.AttributeList ; 35 36 37 public interface OldWebContainerConfigMBean extends OldProperties 38 { 39 40 public ObjectName createSessionConfig( final AttributeList attribute_list ); 42 public boolean destroyConfigElement(); 43 44 45 public ObjectName getSessionConfig(); 46 public void removeSessionConfig(); 47 48 49 } | Popular Tags |