com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostMemberBrief
java.lang.Object
com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
com.ibm.etools.iseries.comm.interfaces.ISeriesHostMemberBrief
- All Implemented Interfaces:
- IISeriesHostMemberBrief, IISeriesHostMemberNameOnly, IISeriesHostObjectBrief, IISeriesHostObjectNameOnly
- Direct Known Subclasses:
- ISeriesHostMemberBasic
public class ISeriesHostMemberBrief
- extends ISeriesHostObjectBrief
- implements IISeriesHostMemberBrief
This Class represents a single member on the IBM i.
It holds only the briefest of information about that member.
copyright
public static String copyright
ISeriesHostMemberBrief
public ISeriesHostMemberBrief()
setFile
public void setFile(String file)
- Description copied from interface:
IISeriesHostMemberBrief
- Set the file name for the member
- Specified by:
setFile
in interface IISeriesHostMemberBrief
- Specified by:
setFile
in interface IISeriesHostMemberNameOnly
- Specified by:
setFile
in interface IISeriesHostObjectBrief
- Overrides:
setFile
in class ISeriesHostObjectBrief
getFile
public String getFile()
- Description copied from interface:
IISeriesHostMemberBrief
- Get the file name for the member
- Specified by:
getFile
in interface IISeriesHostMemberBrief
- Specified by:
getFile
in interface IISeriesHostMemberNameOnly
- Specified by:
getFile
in interface IISeriesHostObjectBrief
- Overrides:
getFile
in class ISeriesHostObjectBrief
toString
public String toString()
- For printing to a stream file
- Specified by:
toString
in interface IISeriesHostMemberNameOnly
- Specified by:
toString
in interface IISeriesHostObjectNameOnly
- Overrides:
toString
in class ISeriesHostObjectBrief
writeObjectInfo
public void writeObjectInfo(PrintWriter writer)
- For debugging purposes
- Specified by:
writeObjectInfo
in interface IISeriesHostMemberNameOnly
- Specified by:
writeObjectInfo
in interface IISeriesHostObjectNameOnly
- Overrides:
writeObjectInfo
in class ISeriesHostObjectBrief
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.