com.sshtools.common.automate
Class RemoteIdentificationFactory

java.lang.Object
  extended bycom.sshtools.common.automate.RemoteIdentificationFactory

public class RemoteIdentificationFactory
extends java.lang.Object

DOCUMENT ME!


Constructor Summary
RemoteIdentificationFactory()
           
 
Method Summary
static RemoteIdentification getInstance(java.lang.String serverId)
          DOCUMENT ME!
static void main(java.lang.String[] args)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIdentificationFactory

public RemoteIdentificationFactory()
Method Detail

getInstance

public static RemoteIdentification getInstance(java.lang.String serverId)
                                        throws RemoteIdentificationException
DOCUMENT ME!

Parameters:
serverId - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
RemoteIdentificationException - DOCUMENT ME!

main

public static void main(java.lang.String[] args)
DOCUMENT ME!

Parameters:
args - DOCUMENT ME!