1 87 package org.codehaus.loom.interfaces; 88 89 96 public interface SystemManager 97 { 98 110 void register( String name, Object object ) 111 throws LoomException, IllegalArgumentException ; 112 113 120 void unregister( String name ) 121 throws LoomException; 122 123 133 SystemManager getSubContext( String name, String type ) 134 throws LoomException; 135 } 136 | Popular Tags |