/[classpath]/classpath/javax/naming/directory/Attribute.java
ViewVC logotype

Diff of /classpath/javax/naming/directory/Attribute.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mark, Sat Nov 23 21:44:28 2002 UTC revision 1.2 by mkoch, Wed Jun 11 17:57:19 2003 UTC
# Line 45  import java.io.Serializable; Line 45  import java.io.Serializable;
45   * @author Warren Levy <warrenl@redhat.com>   * @author Warren Levy <warrenl@redhat.com>
46   * @date June 14, 2001   * @date June 14, 2001
47   */   */
   
48  public interface Attribute extends Cloneable, Serializable  public interface Attribute extends Cloneable, Serializable
49  {  {
50    // FIXME: Need to set value from JNDI 1.1.1 fro interoperability.    public static final long serialVersionUID = 8707690322213556804L;
   // public static final long serialVersionUID = ;  
51    
52    public NamingEnumeration getAll() throws NamingException;    public NamingEnumeration getAll() throws NamingException;
53    public Object get() throws NamingException;    public Object get() throws NamingException;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26