public interface RemoteObject
PMPConnection.getReference and RemoteMethod.invoke| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the resources allocated for the remote object so that
it would be no longer usable.
|
RemoteMethod |
getMethod(java.lang.String name,
java.lang.String[] args)
Gets a reference to a method of the object associated with this RemoteObject.
|
RemoteMethod[] |
getMethods()
Dynamically gets references to all the methods of the object associated with
this RemoteObject.
|
RemoteMethod[] getMethods() throws PMPException
PMPException - If an IOException or protocol error occured.RemoteMethod getMethod(java.lang.String name, java.lang.String[] args) throws PMPException
name - the method's nameargs - the method's arguments typesPMPException - if an IOException, if a protocol error occured,
or if there is no such method.void dispose()
throws PMPException
PMPException - if an IOException or protocol error occured.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.