Searched defs:Delegate (Results 1 - 9 of 9) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA_2_3/portable/
H A DDelegate.java35 * Delegate class provides the ORB vendor specific implementation
36 * of CORBA object. It extends org.omg.CORBA.portable.Delegate and
39 * @see org.omg.CORBA.portable.Delegate
44 public abstract class Delegate extends org.omg.CORBA.portable.Delegate { class in inherits:org.omg.CORBA.portable.Delegate
/openjdk7/jdk/src/share/classes/com/sun/pept/
H A DDelegate.java26 /** Java interface "Delegate.java" generated from Poseidon for UML.
41 public interface Delegate { interface
67 } // end Delegate
/openjdk7/corba/src/share/classes/org/omg/PortableServer/portable/
H A DDelegate.java35 * The Delegate interface provides the ORB vendor specific
39 public interface Delegate { interface
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEventQueueDelegate.java34 new StringBuilder("EventQueueDelegate.Delegate");
36 public static void setDelegate(Delegate delegate) {
39 public static Delegate getDelegate() {
41 (Delegate) AppContext.getAppContext().get(EVENT_QUEUE_DELEGATE_KEY);
43 public interface Delegate { interface in class:EventQueueDelegate
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java168 kpg = new Delegate(spi, algorithm);
220 return new Delegate(instance, t, algorithm);
320 // empty, overridden in Delegate
364 // of Delegate, in which case initialize(keysize, random) is
436 // of Delegate, in which case initialize(params, random) is
485 // of Delegate, in which case generateKeyPair is
530 private static final class Delegate extends KeyPairGenerator { class in class:KeyPairGenerator
549 Delegate(KeyPairGeneratorSpi spi, String algorithm) { method in class:KeyPairGenerator.Delegate
554 Delegate(Instance instance, Iterator<Service> serviceIterator, method in class:KeyPairGenerator.Delegate
H A DMessageDigest.java167 new Delegate((MessageDigestSpi)objs[0], algorithm);
222 new Delegate((MessageDigestSpi)objs[0], algorithm);
270 new Delegate((MessageDigestSpi)objs[0], algorithm);
522 static class Delegate extends MessageDigest { class in class:MessageDigest
528 public Delegate(MessageDigestSpi digestSpi, String algorithm) { method in class:MessageDigest.Delegate
549 new Delegate(digestSpiClone,
H A DSignature.java232 return new Delegate(s, t, algorithm);
253 sig = new Delegate(spi, algorithm);
416 return new Delegate(new CipherAdapter(c), RSA_SIGNATURE);
436 // empty, overridden in Delegate
902 private static class Delegate extends Signature { class in class:Signature
920 Delegate(SignatureSpi sigSpi, String algorithm) { method in class:Signature.Delegate
927 Delegate(Service service, method in class:Signature.Delegate
951 new Delegate(sigSpiClone, ((Signature)this).algorithm);
/openjdk7/jdk/src/share/classes/java/text/
H A DFieldPosition.java203 return new Delegate();
277 private class Delegate implements Format.FieldDelegate { class in class:FieldPosition
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java49 public abstract class Delegate { class
375 * reference that delegated to this <code>Delegate</code>
389 * object reference that delegated to this <code>Delegate</code>

Completed in 38 milliseconds