public abstract class ExporterListenerAdapter extends Object implements ExporterListener
| Constructor and Description |
|---|
ExporterListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
exported(Exporter<?> exporter)
The exporter exported.
|
void |
unexported(Exporter<?> exporter)
The exporter unexported.
|
public void exported(Exporter<?> exporter) throws RpcException
ExporterListenerexported in interface ExporterListenerRpcExceptionProtocol.export(Invoker)public void unexported(Exporter<?> exporter) throws RpcException
ExporterListenerunexported in interface ExporterListenerRpcExceptionExporter.unexport()Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.