KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > BinaryRefAddr

javax.naming
Class BinaryRefAddr

java.lang.Object
  extended by javax.naming.RefAddr
      extended by javax.naming.BinaryRefAddr
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, StringRefAddr

public BinaryRefAddr(String addrType,
                     byte[] src)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BinaryRefAddr(String addrType,
                     byte[] src,
                     int offset,
                     int count)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
RefAddr.getType(), RefAddr.getContent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getContent()
See Also:
RefAddr
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
RefAddr
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
RefAddr
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags