Searched defs:Stub (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/pept/presentation/
H A DStub.java26 /** Java interface "Stub.java" generated from Poseidon for UML.
41 public interface Stub { interface
67 } // end Stub
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DStub.java33 /** A port of the VM's Stub mechanism. Note that the separation of
34 Stub and StubInterface (done in the VM to save space) is not
36 class Stub has virtual functions overridden by concrete
39 public class Stub extends VMObject { class in inherits:VMObject
41 public Stub(Address addr) { method in class:Stub
70 /** Verifies the Stub */
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DStub.java55 public abstract class Stub extends ObjectImpl class in inherits:ObjectImpl,java.io.Serializable
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DStub.java55 public class Stub implements AuxGen class in inherits:AuxGen
60 public Stub () method in class:Stub
89 classSuffix = "Stub";
380 } // class Stub
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DStub.java79 public abstract class Stub implements WSBindingProvider, ResponseContextReceiver { class in inherits:WSBindingProvider,ResponseContextReceiver
147 protected Stub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) { method in class:Stub
162 protected Stub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) { method in class:Stub
167 private Stub(WSServiceDelegate owner, @Nullable Tube master, @Nullable WSPortInfo portInfo, BindingImpl binding, @Nullable WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, @Nullable WSEndpointReference epr) { method in class:Stub
193 // TBD: Check if it needs to happen outside the Stub constructor.
426 return RuntimeVersion.VERSION + ": Stub for " + getRequestContext().get(BindingProvider.ENDPOINT_ADDRESS_PROPERTY);
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...

Completed in 2380 milliseconds