类 DelegateExporter<T>

  • 所有已实现的接口:
    Exporter<T>

    public class DelegateExporter<T>
    extends 
    implements Exporter<T>
    DelegateExporter
    • 构造器详细资料

      • DelegateExporter

        public DelegateExporter​(Exporter<T> exporter)
    • 方法详细资料

      • unexport

        public void unexport()
        从接口复制的说明: Exporter
        unexport.

        getInvoker().destroy();

        指定者:
        unexport 在接口中 Exporter<T>