org.jmythapi.protocol
Class BackendFactory
java.lang.Object
org.jmythapi.protocol.BackendFactory
public class BackendFactory
- extends Object
A factory to create a new backend instance.
Usage Example:
IBackend backend = BackendFactory.createBackend("mythbox");
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackendFactory
public BackendFactory()
createBackend
public static IBackend createBackend(String hostname)
createBackend
public static IBackend createBackend(String hostname,
int port)
Copyright © 2008-2013. All Rights Reserved.