FileDocCategorySizeDatePackage
AzureusCoreFactory.javaAPI DocAzureus 3.0.3.41713Thu Feb 09 19:43:10 GMT 2006com.aelitis.azureus.core

AzureusCoreFactory

public class AzureusCoreFactory extends Object
author
parg

Fields Summary
Constructors Summary
Methods Summary
public static AzureusCorecreate()
Azureus core is a singleton that must be initially created by someone, and initialised

return
throws
AzureusCoreException

		return( AzureusCoreImpl.create());
	
public static AzureusCoregetSingleton()
Once created the singleton can be accessed via this method

return
throws
AzureusCoreException

		return( AzureusCoreImpl.getSingleton());
	
public static booleanisCoreAvailable()

		return( AzureusCoreImpl.isCoreAvailable());