public interface Tie extends Tie
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Signals the Tie that it's about to be disposed of, giving
it a chance to release any resources it might hold.
|
Remote |
getTarget()
Gets the target service implementation object (that
implements java.rmi.Remote interface) for this Tie
instance.
|
void destroy()
Remote getTarget()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.