Searched defs:configure (Results 1 - 8 of 8) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORBConfigurator.java27 /** Interface used to configure an ORB instance. The DataCollector dc has all
28 * available config info available. The configure method may constructor a
30 * and parse this information. The configure method may also register ORB
35 void configure( DataCollector dc, ORB orb ) ; method in interface:ORBConfigurator
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DConsoleHandler.java59 // Private method to configure a ConsoleHandler from LogManager
62 private void configure() { method in class:ConsoleHandler
90 configure();
H A DSocketHandler.java73 // Private method to configure a SocketHandler from LogManager
76 private void configure() { method in class:SocketHandler
109 configure();
137 configure();
H A DStreamHandler.java67 // Private method to configure a StreamHandler from LogManager
70 private void configure() { method in class:StreamHandler
94 configure();
107 configure();
H A DMemoryHandler.java83 // Private method to configure a ConsoleHandler from LogManager
86 private void configure() { method in class:MemoryHandler
101 * Create a <tt>MemoryHandler</tt> and configure it based on
106 configure();
149 configure();
H A DFileHandler.java179 // Private method to configure a FileHandler from LogManager
182 private void configure() { method in class:FileHandler
224 configure();
250 configure();
282 configure();
319 configure();
358 configure();
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpsConfigurator.java39 * This class is used to configure the https parameters for each incoming
41 * the {@link #configure(HttpsParameters)} method in order to change
51 * public void configure (HttpsParameters params) {
96 * Called by the HttpsServer to configure the parameters
98 * The implementation of configure() must call
106 * configure() may be overridden in order to modify this behavior.
112 public void configure (HttpsParameters params) { method in class:HttpsConfigurator
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBConfiguratorImpl.java137 public void configure( DataCollector collector, ORB orb ) method in class:ORBConfiguratorImpl
173 config.configure( collector, orb ) ;

Completed in 41 milliseconds