org.objectweb.mobilitools.smi
Class FinderEntry

java.lang.Object
  |
  +--org.objectweb.mobilitools.smi.FinderEntry

public class FinderEntry
extends java.lang.Object


Constructor Summary
FinderEntry(org.omg.CfMAF.Name name, java.lang.String location, java.lang.Object profile)
           
FinderEntry(Name name, java.lang.String location, java.lang.Object profile)
           
 
Method Summary
 java.lang.String getLocation()
           
 Name getName()
           
 java.lang.Object getProfile()
           
 java.util.Properties getProperties()
           
 boolean isAgent()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinderEntry

public FinderEntry(org.omg.CfMAF.Name name,
                   java.lang.String location,
                   java.lang.Object profile)

FinderEntry

public FinderEntry(Name name,
                   java.lang.String location,
                   java.lang.Object profile)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isAgent

public boolean isAgent()

getName

public Name getName()

getLocation

public java.lang.String getLocation()

getProfile

public java.lang.Object getProfile()

getProperties

public java.util.Properties getProperties()