public class RemoteValue<V> extends Object implements Serializable
| コンストラクタと説明 |
|---|
RemoteValue(Endpoint peer) |
RemoteValue(Endpoint peer,
Throwable exception) |
RemoteValue(Endpoint peer,
V value) |
RemoteValue(Endpoint peer,
V value,
Throwable exception) |
public RemoteValue(Endpoint peer)
public Endpoint getPeer()
public V get() throws InvocationTargetException
public V getValue()
public Throwable getException()
public void setException(Throwable t)
public void setOption(Object option)
public Object getOption()
Copyright © 2017. All rights reserved.