public static String locatorURI = "socket://localhost:5401/?serializationtype=jboss";
private TransporterServer server = null;
public void start() throws Exception
{
server = TransporterServer.createTransporterServer(getLocatorURI(), new ProviderInterfaceImpl(),
ProviderInterface.class.getName(), true);
}