File
Doc
Category
Size
Date
Package
exit.java
API Doc
Example
1649
Thu Dec 15 21:15:26 GMT 2005
com.oreilly.jent.jndi
exit
java.lang.Object
public class exit extends Object implements Command
exit: Command to exit the NamingShell.
Fields Summary
String
COMMAND_NAME
Constructors Summary
Methods Summary
public void
execute
(
javax.naming.Context
currentContext,
java.util.Vector
args)
System.out.println("Exiting"); System.exit(0);
public void
help
()
System.out.println("Usage: exit");
Java Code Source