javax.management.remote.rmi
Class RMIIIOPServerImpl
java.lang.Object
javax.management.remote.rmi.RMIServerImpl
javax.management.remote.rmi.RMIIIOPServerImpl
- All Implemented Interfaces:
- Remote, RMIServer
public class RMIIIOPServerImpl
- extends RMIServerImpl
- Author:
- Tom Elrod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIIIOPServerImpl
public RMIIIOPServerImpl(Map env)
throws IOException
- Throws:
IOException
export
protected void export()
throws IOException
- Specified by:
export
in class RMIServerImpl
- Throws:
IOException
getProtocol
protected String getProtocol()
- Specified by:
getProtocol
in class RMIServerImpl
toStub
public Remote toStub()
throws IOException
- Specified by:
toStub
in class RMIServerImpl
- Throws:
IOException
makeClient
protected RMIConnection makeClient(String connectionId,
Subject subject)
throws IOException
- Specified by:
makeClient
in class RMIServerImpl
- Throws:
IOException
closeClient
protected void closeClient(RMIConnection client)
throws IOException
- Specified by:
closeClient
in class RMIServerImpl
- Throws:
IOException
closeServer
protected void closeServer()
throws IOException
- Specified by:
closeServer
in class RMIServerImpl
- Throws:
IOException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.