org.apache.xbean.server.main
Interface Main

All Known Implementing Classes:
KernelMain, LoadAllMain

public interface Main

Main is centeral entry point for the server. This should used instead of public static void Main(String[] args).

Since:
2.0
Author:
Dain Sundstrom

Method Summary
 void main(String[] args)
          The main entry point method.
 

Method Detail

main

void main(String[] args)
The main entry point method.

Parameters:
args - arguments to the main entry point


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