com.sun.corba.se.spi.presentation.rmi |
|
Java Source File Name | Type | Comment |
DynamicMethodMarshaller.java | Interface | Used to read and write arguments and results for a particular method. |
DynamicStub.java | Interface | Interface used to support dynamically generated stubs. |
IDLNameTranslator.java | Interface | Translates between methods on an interface and RMI-IIOP encodings
of those methods as names. |
PresentationDefaults.java | Class | |
PresentationManager.java | Interface | Provides access to RMI-IIOP stubs and ties. |
StubAdapter.java | Class | Provide access to stub delegate and type id information
independent of the stub type. |
StubWrapper.java | Class | Wrapper that can take any stub (object x such that StubAdapter.isStub(x))
and treat it as a DynamicStub. |