uk.org.toot.audio.server
Class AudioServerServices

java.lang.Object
  extended by uk.org.toot.service.Services
      extended by uk.org.toot.audio.server.AudioServerServices

public class AudioServerServices
extends Services

AudioServices specialises Services with static methods to simplify the provision of plugin audio services extending AudioProcess and AudioControls.


Method Summary
static void accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
static AudioServer createServer(java.lang.String name)
           
static AudioServerConfiguration createServerConfiguration(AudioServer server)
           
static AudioServerConfiguration createServerSetup(AudioServer server)
           
static void main(java.lang.String[] args)
           
static void printServiceDescriptors(java.lang.Class<?> clazz)
           
static void scan()
           
 
Methods inherited from class uk.org.toot.service.Services
lookup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createServer

public static AudioServer createServer(java.lang.String name)

createServerConfiguration

public static AudioServerConfiguration createServerConfiguration(AudioServer server)

createServerSetup

public static AudioServerConfiguration createServerSetup(AudioServer server)

scan

public static void scan()

accept

public static void accept(ServiceVisitor v,
                          java.lang.Class<?> clazz)

printServiceDescriptors

public static void printServiceDescriptors(java.lang.Class<?> clazz)

main

public static void main(java.lang.String[] args)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.