public abstract class AbstractExporter<T> extends Object implements Exporter<T>
AbstractExporter(Invoker<T> invoker)
Invoker<T>
getInvoker()
String
toString()
void
unexport()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public AbstractExporter(Invoker<T> invoker)
public Invoker<T> getInvoker()
Exporter
getInvoker
Exporter<T>
public void unexport()
getInvoker().destroy();
unexport
public String toString()
toString
Object
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.