com.retek.rsm.client
Class RSMLoginBootstrap

java.lang.Object
  |
  +--com.retek.rsm.client.RSMLoginBootstrap
All Implemented Interfaces:
com.retek.platform.client.bootstrap.BootStrap

public class RSMLoginBootstrap
extends java.lang.Object
implements com.retek.platform.client.bootstrap.BootStrap


Field Summary
static java.lang.String APPLICATION_NAME_KEY
           
 
Constructor Summary
RSMLoginBootstrap()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 com.retek.platform.client.bootstrap.BootStrapInfo start(java.awt.Window parentFrame, com.retek.platform.client.bootstrap.BootStrapManager bootMgr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_NAME_KEY

public static final java.lang.String APPLICATION_NAME_KEY
See Also:
Constant Field Values
Constructor Detail

RSMLoginBootstrap

public RSMLoginBootstrap()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface com.retek.platform.client.bootstrap.BootStrap

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.retek.platform.client.bootstrap.BootStrap

start

public com.retek.platform.client.bootstrap.BootStrapInfo start(java.awt.Window parentFrame,
                                                               com.retek.platform.client.bootstrap.BootStrapManager bootMgr)
Specified by:
start in interface com.retek.platform.client.bootstrap.BootStrap