All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.abstraction.InfoPart

java.lang.Object
   |
   +----ncsa.habanero.SessionParticipant
           |
           +----ncsa.habanero.TCPSessionParticipant
                   |
                   +----ncsa.env.abstraction.InfoPart

public class InfoPart
extends TCPSessionParticipant

Constructor Index

 o InfoPart(InetAddress, int)
The constructor takes an InetAddress.
 o InfoPart(String, int)
The constructor takes an IP address (as a string) and constructs an InetAddress.

Method Index

 o getCie()
 o getCity()
 o getCountry()
 o getEmail()
 o getFax()
 o getInterest()
 o getPhone()
 o getPicture()
 o getPictureCollab()
 o getPictureIm(Component)
 o getPictureImHeight()
 o getPictureImWidth()
 o getState()
 o getStatus()
 o getUrl()
 o getX()
 o getY()
 o parsePartContent(BufferedReader, FileInputStream)
 o parsePartFile(String)
 o Print()
 o setCie(String)
 o setCity(String)
 o setCountry(String)
 o setEmail(String)
 o setFax(String)
 o setInterest(String)
 o setPhone(String)
 o setPicture(String)
 o setState(String)
 o setStatus(String)
 o setUrl(URL)
 o setX(int)
 o setY(int)
 o writePartContent(PrintWriter)
Java 1.1 Code
 o writePartFile(String)

Constructors

 o InfoPart
 public InfoPart(String hostname,
                 int port)
The constructor takes an IP address (as a string) and constructs an InetAddress. It also takes the port number of my SessionManager to use as a unique identifier.

 o InfoPart
 public InfoPart(InetAddress addr,
                 int port)
The constructor takes an InetAddress. It also takes the port number of my SessionManager to use as a unique identifier.

Methods

 o getCie
 public String getCie()
 o getUrl
 public URL getUrl()
 o getEmail
 public String getEmail()
 o getPhone
 public String getPhone()
 o getFax
 public String getFax()
 o getStatus
 public String getStatus()
 o getInterest
 public String getInterest()
 o getCity
 public String getCity()
 o getState
 public String getState()
 o getCountry
 public String getCountry()
 o getPicture
 public String getPicture()
 o getX
 public int getX()
 o getY
 public int getY()
 o getPictureIm
 public Image getPictureIm(Component c)
 o getPictureImWidth
 public int getPictureImWidth()
 o getPictureImHeight
 public int getPictureImHeight()
 o getPictureCollab
 public ImagePrimitiveP getPictureCollab()
 o setCie
 public void setCie(String s)
 o setUrl
 public void setUrl(URL u)
 o setEmail
 public void setEmail(String s)
 o setPhone
 public void setPhone(String s)
 o setFax
 public void setFax(String s)
 o setStatus
 public void setStatus(String s)
 o setInterest
 public void setInterest(String s)
 o setCity
 public void setCity(String s)
 o setState
 public void setState(String s)
 o setCountry
 public void setCountry(String s)
 o setPicture
 public void setPicture(String s)
 o setX
 public void setX(int _x)
 o setY
 public void setY(int _y)
 o parsePartFile
 public void parsePartFile(String s) throws IOException
 o parsePartContent
 public void parsePartContent(BufferedReader dataIn,
                              FileInputStream in) throws IOException
 o writePartFile
 public void writePartFile(String s) throws IOException
 o writePartContent
 public void writePartContent(PrintWriter ps)
Java 1.1 Code

 o Print
 public void Print()

All Packages  Class Hierarchy  This Package  Previous  Next  Index