zeus.concepts
Class FIPA_Transport_Profile

java.lang.Object
  extended byzeus.concepts.FIPA_Transport_Profile

public class FIPA_Transport_Profile
extends java.lang.Object

FIPA_Transport_Profile is used to store the results of parsing transport profiles, and to generate a string (with toString()) which can be sent to FIPA agent platforms.

Since:
1.2
Author:
Simon Thompson

Field Summary
private  java.util.Vector mtps
           
 
Constructor Summary
FIPA_Transport_Profile()
           
 
Method Summary
 void addMTPDescription(FIPA_MTP_Description mtp)
          puts a MTP description into the transport profile
(package private)  void debug(java.lang.String str)
           
 java.lang.String toString()
          returns a formatted version of this data structure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mtps

private java.util.Vector mtps
Constructor Detail

FIPA_Transport_Profile

public FIPA_Transport_Profile()
Method Detail

addMTPDescription

public void addMTPDescription(FIPA_MTP_Description mtp)
puts a MTP description into the transport profile


toString

public java.lang.String toString()
returns a formatted version of this data structure


debug

void debug(java.lang.String str)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.