|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.platform.agents.FipaApDescription
This class provides an implementation of a FIPA Agent Platform description.
Constructor Summary | |
FipaApDescription()
Create a new, empty FIPA Agent Platform description. |
|
FipaApDescription(java.lang.String thePlatformName)
Create a new FIPA Agent Platform description, and initialize it with specified parameters. |
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
java.lang.String |
getCertificationAuthority()
Retrieve the certificationAuthority. |
boolean |
getDynamicRegistration()
Retrieve the dynamic registration. |
int |
getFipaManCompliance()
Retrieve the fipaManCompliance. |
java.lang.String |
getIiopUrl()
Retrieve the IIOP URL. |
boolean |
getMobility()
Retrieve the mobility. |
java.lang.String |
getOwnership()
Retrieve the ownership. |
java.lang.String |
getPlatformName()
Retrieve the name of the platform. |
void |
setCertificationAuthority(java.lang.String theCertificationAuthority)
Set the certification authority. |
void |
setDynamicRegistration(boolean theDynamicRegistration)
Set the dynamic registration. |
void |
setFipaManCompliance(int theFipaManComplianceId)
Set the fipaManCompliance. |
void |
setIiopUrl(java.lang.String theIiopUrl)
Set the IIOP URL. |
void |
setMobility(boolean theMobility)
Set the mobility. |
void |
setOwnership(java.lang.String theOwnership)
Set the ownership. |
void |
setPlatformName(java.lang.String thePlatformName)
Set the name of the platform. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FipaApDescription()
public FipaApDescription(java.lang.String thePlatformName)
thePlatformName
- The name of the platform.
Method Detail |
public java.lang.String getPlatformName()
public void setPlatformName(java.lang.String thePlatformName)
thePlatformName
- A name of a platform.
public java.lang.String getIiopUrl()
public void setIiopUrl(java.lang.String theIiopUrl)
theIiopUrl
- The IIOP URL.
public boolean getDynamicRegistration()
public void setDynamicRegistration(boolean theDynamicRegistration)
theDynamicRegistration
- The dynamic registration.
public boolean getMobility()
public void setMobility(boolean theMobility)
theMobility
- The mobility.
public java.lang.String getOwnership()
public void setOwnership(java.lang.String theOwnership)
theOwnership
- The ownership.
public java.lang.String getCertificationAuthority()
public void setCertificationAuthority(java.lang.String theCertificationAuthority)
theCertificationAuthority
- The certificationAuthority.
public int getFipaManCompliance()
public void setFipaManCompliance(int theFipaManComplianceId) throws java.lang.IllegalArgumentException
theFipaManComplianceId
- The fipaManCompliance.
public java.lang.String toString()
public static java.lang.String Copyright()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |