| Package | Description |
|---|---|
| org.cojen.dirmi.info |
Remote interface introspection classes.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteParameter<? extends Throwable> |
RemoteMethod.getRemoteFailureException() |
RemoteParameter<?> |
RemoteMethod.getReturnType()
Returns the return type of this method, which is null if void.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends RemoteParameter<? extends Throwable>> |
RemoteMethod.getExceptionTypes()
Returns the method exception types in an unmodifiable set.
|
List<? extends RemoteParameter<?>> |
RemoteMethod.getParameterTypes()
Returns the method parameters in an unmodifiable list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteParameter.equalTypes(RemoteParameter other) |
RemoteMethod |
RemoteInfo.getRemoteMethod(String name,
RemoteParameter<?>... params) |
Copyright © 2006–2015 Cojen. All rights reserved.