org.apache.geronimo.security.remoting
Class RemoteLoginServiceFactory

java.lang.Object
  extended byorg.apache.geronimo.security.remoting.RemoteLoginServiceFactory
Direct Known Subclasses:
RemoteLoginServiceFactory

public abstract class RemoteLoginServiceFactory
extends Object

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

Constructor Summary
RemoteLoginServiceFactory()
           
 
Method Summary
static LoginServiceMBean create(String hostname)
           
protected abstract  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 hostname)
Parameters:
hostname -
Returns:

factoryCreate

protected abstract LoginServiceMBean factoryCreate(String hostname)
Parameters:
hostname -


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