*/
@Override
protected StatefulSessionRemoteProxyFactory createSessionRemoteProxyFactory() throws Throwable
{
// Get the SFSB Container
StatefulContainer sfsb = this.getContainer();
// Make a Remote Proxy Factory
StatefulSessionRemoteProxyFactory factory = new StatefulSessionRemoteProxyFactory(
StatefulSessionRemoteProxyFactory.class.getName(), sfsb.getName(), sfsb.getName(), sfsb.getMetaData(), sfsb
.getClassLoader(), "socket://localhost:3874", ProxyEqualityTestCaseBase.advisor, null);
// Start
factory.start();