|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionPullItem | |
wt.wrmf.delivery | |
wt.wrmf.transport |
Uses of ActionPullItem in wt.wrmf.delivery |
Subclasses of ActionPullItem in wt.wrmf.delivery | |
class |
BiActionPullItem
The "remoteMID" (MethodInvocationDesc) is executed at the remote or server side. |
Methods in wt.wrmf.delivery that return ActionPullItem | |
ActionPullItem |
StandardShippingService.createActionPullItem()
Supported API: false |
ActionPullItem |
ShippingService.createActionPullItem()
Supported API: false |
protected static ActionPullItem |
ActionPullItem.newActionPullItem()
Supported API: false |
Methods in wt.wrmf.delivery with parameters of type ActionPullItem | |
Object |
StandardReceiverService.executePulledIS(ActionPullItem pullItem,
InputStream retIS)
Execute the received InputStream (retIS) according to the MethodInvocationDesc (desc) specified by the ActionPullItem (pullItem). |
Object |
ReceiverService.executePulledIS(ActionPullItem pullItem,
InputStream retIS)
Execute the received InputStream (retIS) according to the MethodInvocationDesc (desc) specified by the ActionPullItem (pullItem). |
protected boolean |
ActionPullItem.readVersion(ActionPullItem thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of ActionPullItem in wt.wrmf.transport |
Methods in wt.wrmf.transport with parameters of type ActionPullItem | |
InputStream |
StandardGenericTransportService.pullInitialize(ActionPullItem pullItem)
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. |
private InputStream |
StandardGenericTransportService.pull0(ActionPullItem pullItem)
|
InputStream |
GenericTransportService.pullInitialize(ActionPullItem pullItem)
May throw invocation related exeptions due to the fact that some transports may work synchroneusly. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |