org.jboss.test.classloader.scoping.naming.service
Class BindValue

java.lang.Object
  extended byorg.jboss.test.classloader.scoping.naming.service.BindValue
All Implemented Interfaces:
java.io.Serializable

public class BindValue
extends java.lang.Object
implements java.io.Serializable

A custom serializable object stored in jndi and accessed by two different class loading scopes to test marshalling of jndi lookups.

See Also:
Serialized Form

Constructor Summary
BindValue()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindValue

public BindValue()
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)