Searched defs:Repository (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DRepository.java27 public interface Repository extends org.omg.CORBA.IRObject, org.omg.CORBA.portable.IDLEntity interface in inherits:org.omg.CORBA.IRObject,org.omg.CORBA.portable.IDLEntity
29 } // interface Repository
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DRepository.java66 * Repository.setRepository method.
68 * @see com.sun.org.apache.bcel.internal.Repository
72 public interface Repository extends java.io.Serializable { interface in inherits:java.io.Serializable
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DRepository.java70 * @see com.sun.org.apache.bcel.internal.util.Repository
75 public abstract class Repository { class
76 private static com.sun.org.apache.bcel.internal.util.Repository _repository =
81 public static com.sun.org.apache.bcel.internal.util.Repository getRepository() {
87 public static void setRepository(com.sun.org.apache.bcel.internal.util.Repository rep) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java52 public class Repository { class
87 * Number of elements contained in the Repository
318 public Repository(String domain) { method in class:Repository
325 public Repository(String domain, boolean fairLock) { method in class:Repository
389 MBEANSERVER_LOGGER.logp(Level.FINER, Repository.class.getName(),
412 new IllegalArgumentException("Repository: cannot add mbean for " +
424 "Repository: domain name cannot be JMImplementation"));
460 MBEANSERVER_LOGGER.logp(Level.FINER, Repository.class.getName(),
482 MBEANSERVER_LOGGER.logp(Level.FINER, Repository.class.getName(),
505 * parameter will be ignored when the Repository Servic
[all...]

Completed in 349 milliseconds