package tundra.support.service;
// -----( IS Java Code Template v1.2
// -----( CREATED: 2016-10-10 19:02:42 EST
// -----( ON-HOST: 192.168.66.129
import com.wm.data.*;
import com.wm.util.Values;
import com.wm.app.b2b.server.Service;
import com.wm.app.b2b.server.ServiceException;
// --- <<IS-START-IMPORTS>> ---
import permafrost.tundra.server.invoke.DeferHelper;
// --- <<IS-END-IMPORTS>> ---
public final class defer
{
// ---( internal utility methods )---
final static defer _instance = new defer();
static defer _newInstance() { return new defer(); }
static defer _cast(Object o) { return (defer)o; }
// ---( server methods )---
public static final void stop (IData pipeline)
throws ServiceException
{
// --- <<IS-START(stop)>> ---
// @subtype unknown
// @sigtype java 3.5
DeferHelper.shutdown();
// --- <<IS-END>> ---
}
}