public class ConfirmingInvocationHandler
extends net.jini.jeri.BasicInvocationHandler
Constructor and Description |
---|
ConfirmingInvocationHandler(ConfirmingInvocationHandler other,
net.jini.core.constraint.MethodConstraints clientConstraints)
Create a confirming invocation handler from a basic handler and
constraints.
|
ConfirmingInvocationHandler(net.jini.jeri.ObjectEndpoint oe,
net.jini.core.constraint.MethodConstraints serverConstraints)
Create a confirming invocation handler for the object endpoint and
server constraints.
|
Modifier and Type | Method and Description |
---|---|
protected void |
marshalArguments(Object proxy,
Method method,
Object[] args,
ObjectOutputStream out,
Collection context)
Asks whether the call should be made, then writes a call identifier
before the arguments.
|
checkTrustEquivalence, createMarshalInputStream, createMarshalOutputStream, equals, getClientConstraints, getObjectEndpoint, getServerConstraints, hashCode, invoke, marshalMethod, setClientConstraints, toString, unmarshalReturn, unmarshalThrow
public ConfirmingInvocationHandler(ConfirmingInvocationHandler other, net.jini.core.constraint.MethodConstraints clientConstraints)
public ConfirmingInvocationHandler(net.jini.jeri.ObjectEndpoint oe, net.jini.core.constraint.MethodConstraints serverConstraints)
protected void marshalArguments(Object proxy, Method method, Object[] args, ObjectOutputStream out, Collection context) throws IOException
marshalArguments
in class net.jini.jeri.BasicInvocationHandler
IOException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.