| Modifier and Type | Class and Description |
|---|---|
class |
RemoteServiceReferenceImpl
Default implementation of
RemoteServiceReference. |
| Modifier and Type | Method and Description |
|---|---|
RemoteServiceReference[] |
RemoteFramework.getServiceReferences(String filter)
Fetch an array of
RemoteServiceReference to interact with them, this is a snapshot of
the current state and must be recalled to update |
RemoteServiceReference[] |
RemoteFrameworkImpl.getServiceReferences(String filter) |
RemoteServiceReference[] |
RemoteFramework.getServiceReferences(String filter,
long timeout,
TimeUnit timeUnit)
Fetch an array of
RemoteServiceReference to interact with them, this is a snapshot of
the current state and must be recalled to update |
RemoteServiceReference[] |
RemoteFrameworkImpl.getServiceReferences(String filter,
long timeout,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
Object |
RemoteFramework.invokeMethodOnService(RemoteServiceReference reference,
String methodName,
Class<?>[] parameterTypes,
Object[] args)
Invokes a method on this reference in the remote framework
|
Object |
RemoteFrameworkImpl.invokeMethodOnService(RemoteServiceReference reference,
String methodName,
Class<?>[] parameterTypes,
Object[] args) |
Object |
RemoteFramework.invokeMethodOnService(RemoteServiceReference reference,
String methodName,
Object... args)
Invokes a method on this reference in the remote framework
|
Object |
RemoteFrameworkImpl.invokeMethodOnService(RemoteServiceReference reference,
String methodName,
Object... args) |
Copyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.