| Package | Description |
|---|---|
| org.cojen.dirmi.info |
Remote interface introspection classes.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteMethod |
RemoteInfo.getRemoteMethod(String name,
RemoteParameter<?>... params) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends RemoteMethod> |
RemoteInfo.getRemoteMethods()
Returns all remote methods in an unmodifiable set.
|
Set<? extends RemoteMethod> |
RemoteInfo.getRemoteMethods(String name)
Returns all remote methods by the given name in an unmodifiable set.
|
Copyright © 2006–2015 Cojen. All rights reserved.