Interface | Description |
---|---|
DynamicMethodMarshaller |
Used to read and write arguments and results for a particular method.
|
DynamicStub |
Interface used to support dynamically generated stubs.
|
IDLNameTranslator |
Translates between methods on an interface and RMI-IIOP encodings
of those methods as names.
|
PresentationManager |
Provides access to RMI-IIOP stubs and ties.
|
PresentationManager.ClassData | |
PresentationManager.StubFactory |
Creates the actual stub needed for RMI-IIOP remote
references.
|
PresentationManager.StubFactoryFactory |
Creates StubFactory and Tie instances.
|
Class | Description |
---|---|
PresentationDefaults | |
StubAdapter |
Provide access to stub delegate and type id information
independent of the stub type.
|
StubWrapper |
Wrapper that can take any stub (object x such that StubAdapter.isStub(x))
and treat it as a DynamicStub.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.