Native2PDFSvcMBean.java
550 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.service.PoolingAttributes
*/
package com.adobe.native2pdf.bmc;
import com.adobe.native2pdf.bmc.ConverterBslJServiceMBean;
import com.adobe.service.PoolingAttributes;
public interface Native2PDFSvcMBean
extends ConverterBslJServiceMBean,
PoolingAttributes {
public int getMaxLaunchAppRetryCount();
public void setMaxLaunchAppRetryCount(int var1);
public boolean getUseCustomLauncher();
public void setUseCustomLauncher(boolean var1);
}