org.jboss.naming
Class NamingProviderURLWriter

java.lang.Object
  extended by org.jboss.naming.NamingProviderURLWriter

public class NamingProviderURLWriter
extends Object

Version:
$Revision: $
Author:
Brian Stansberry

Field Summary
static String DEFAULT_PERSIST_FILE_NAME
           
 
Constructor Summary
NamingProviderURLWriter()
           
 
Method Summary
 String getBootstrapURL()
           
 URI getOutputDirURI()
           
 String getOutputFileName()
           
 void setBootstrapURL(String url)
           
 void setOutputDirURL(URI dir)
           
 void setOutputFileName(String name)
           
 void setServer(org.jboss.bootstrap.spi.Server server)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PERSIST_FILE_NAME

public static final String DEFAULT_PERSIST_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

NamingProviderURLWriter

public NamingProviderURLWriter()
Method Detail

getOutputDirURI

public URI getOutputDirURI()

setOutputDirURL

public void setOutputDirURL(URI dir)

getOutputFileName

public String getOutputFileName()

setOutputFileName

public void setOutputFileName(String name)

setServer

public void setServer(org.jboss.bootstrap.spi.Server server)

getBootstrapURL

public String getBootstrapURL()

setBootstrapURL

public void setBootstrapURL(String url)

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.