FileDocCategorySizeDatePackage
PlatformManagerImpl.javaAPI DocAzureus 3.0.3.46520Tue Feb 13 16:49:12 GMT 2007org.gudy.azureus2.platform.dummy

PlatformManagerImpl

public class PlatformManagerImpl extends Object implements org.gudy.azureus2.platform.PlatformManager
version
1.0

Fields Summary
private static org.gudy.azureus2.platform.PlatformManager
singleton
Constructors Summary
private PlatformManagerImpl()

Methods Summary
public voidaddListener(org.gudy.azureus2.platform.PlatformManagerListener listener)

    
public voidcopyFilePermissions(java.lang.String from_file_name, java.lang.String to_file_name)

	    throw new PlatformManagerException("Unsupported capability called on platform manager");		
	
public voidcreateProcess(java.lang.String command_line, boolean inherit_handles)
{@inheritDoc}

        throw new PlatformManagerException("Unsupported capability called on platform manager");
    
public voiddispose()
Does nothing

    
public java.lang.StringgetApplicationCommandLine()

        throw new PlatformManagerException("Unsupported capability called on platform manager");
	
public java.lang.StringgetAzComputerID()

	    throw new PlatformManagerException("Unsupported capability called on platform manager");
		
public java.io.FilegetLocation(long location_id)

	    return( null );
	
public intgetPlatformType()
{@inheritDoc}

        return( PlatformManagerFactory.getPlatformType());
    
public static org.gudy.azureus2.platform.PlatformManagergetSingleton()

        singleton = new PlatformManagerImpl();
    
        return singleton;
    
public java.lang.StringgetUserDataDirectory()
{@inheritDoc}

        throw new PlatformManagerException("Unsupported capability called on platform manager");
    
public java.lang.StringgetVersion()
{@inheritDoc}

    	throw new PlatformManagerException("Unsupported capability called on platform manager");
	
public booleanhasCapability(org.gudy.azureus2.platform.PlatformManagerCapabilities capability)
{@inheritDoc}

        return false;
    
public booleanisAdditionalFileTypeRegistered(java.lang.String name, java.lang.String type)

	    throw new PlatformManagerException("Unsupported capability called on platform manager");
	
public booleanisApplicationRegistered()
{@inheritDoc}

        throw new PlatformManagerException("Unsupported capability called on platform manager");
    
public voidperformRecoverableFileDelete(java.lang.String file_name)
{@inheritDoc}

        throw new PlatformManagerException("Unsupported capability called on platform manager");
    
public voidping(java.net.InetAddress interface_address, java.net.InetAddress target, org.gudy.azureus2.platform.PlatformManagerPingCallback callback)

	    throw new PlatformManagerException("Unsupported capability called on platform manager");		
	
public voidregisterAdditionalFileType(java.lang.String name, java.lang.String description, java.lang.String type, java.lang.String content_type)

	       throw new PlatformManagerException("Unsupported capability called on platform manager");
	
public voidregisterApplication()
{@inheritDoc}

        throw new PlatformManagerException("Unsupported capability called on platform manager");
    
public voidremoveListener(org.gudy.azureus2.platform.PlatformManagerListener listener)

    
public voidsetTCPTOSEnabled(boolean enabled)
{@inheritDoc}

        throw new PlatformManagerException("Unsupported capability called on platform manager");
	
public voidshowFile(java.lang.String file_name)
{@inheritDoc}

        throw new PlatformManagerException("Unsupported capability called on platform manager");
    
public booleantestNativeAvailability(java.lang.String name)

	    throw new PlatformManagerException("Unsupported capability called on platform manager");		
	
public voidtraceRoute(java.net.InetAddress interface_address, java.net.InetAddress target, org.gudy.azureus2.platform.PlatformManagerPingCallback callback)

	    throw new PlatformManagerException("Unsupported capability called on platform manager");		
	
public voidunregisterAdditionalFileType(java.lang.String name, java.lang.String type)

		throw new PlatformManagerException("Unsupported capability called on platform manager");