org.jboss.naming
Class JndiBinder

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

public class JndiBinder
extends Object

Comment

Version:
$Revision: 85945 $
Author:
Bill Burke

Constructor Summary
JndiBinder()
           
 
Method Summary
 void setBindTo(String bindTo)
           
 void setJndiProperties(Hashtable properties)
           
 void setSerializable(boolean serializable)
           
 void setTarget(Object target)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiBinder

public JndiBinder()
Method Detail

setBindTo

public void setBindTo(String bindTo)

setTarget

public void setTarget(Object target)

setSerializable

public void setSerializable(boolean serializable)

setJndiProperties

public void setJndiProperties(Hashtable properties)

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.