Exemplo n.º 1
0
        public void MBeanInstantiationWithinAppDomain()
        {
            MServer server = null;

            try
            {
                server = MServerFactory.CreateServer(true);
                AssertNotNull(server);
                Assert(RemotingServices.IsTransparentProxy(server));
            }
            finally
            {
                MServerFactory.Release(server);
            }
        }
Exemplo n.º 2
0
 public void Terminate()
 {
     MServerFactory.Release(server);
 }