public interface RemoteParameter<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalTypes(RemoteParameter other) |
Class<T> |
getType() |
boolean |
isTimeout()
Returns true if parameter defines the runtime timeout for the method.
|
boolean |
isTimeoutUnit()
Returns true if parameter defines the runtime timeout unit for the method.
|
boolean |
isUnshared()
Returns true if parameter does not need to be serialized such that it
can be back referenced.
|
boolean isUnshared()
boolean isTimeout()
boolean isTimeoutUnit()
boolean equalTypes(RemoteParameter other)
Copyright © 2006–2015 Cojen. All rights reserved.