org.apache.geronimo.security.remoting.jmx
Class RemoteLoginServiceFactory

java.lang.Object
  extended byorg.apache.geronimo.security.remoting.RemoteLoginServiceFactory
      extended byorg.apache.geronimo.security.remoting.jmx.RemoteLoginServiceFactory

public class RemoteLoginServiceFactory
extends RemoteLoginServiceFactory

Version:
$Revision: 1.2 $ $Date: 2004/02/25 09:58:10 $

Constructor Summary
RemoteLoginServiceFactory()
           
 
Method Summary
static LoginServiceMBean create(String host)
           
static LoginServiceMBean create(String host, int port)
           
static LoginServiceMBean create(URI target)
           
protected  LoginServiceMBean factoryCreate(String hostname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLoginServiceFactory

public RemoteLoginServiceFactory()
Method Detail

create

public static LoginServiceMBean create(String host)
                                throws IllegalArgumentException
Throws:
IllegalArgumentException

create

public static LoginServiceMBean create(String host,
                                       int port)
                                throws IllegalArgumentException
Throws:
IllegalArgumentException

create

public static LoginServiceMBean create(URI target)

factoryCreate

protected LoginServiceMBean factoryCreate(String hostname)
Specified by:
factoryCreate in class RemoteLoginServiceFactory
Parameters:
hostname -


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.