Class JSLPServiceInfo
- java.lang.Object
- 
- org.eclipse.ecf.discovery.ServiceInfo
- 
- org.eclipse.ecf.provider.jslp.container.JSLPServiceInfo
 
 
- 
- All Implemented Interfaces:
- Serializable,- org.eclipse.core.runtime.IAdaptable,- IServiceInfo
 
 public class JSLPServiceInfo extends ServiceInfo implements IServiceInfo - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.eclipse.ecf.discovery.ServiceInfoDEFAULT_PRIORITY, DEFAULT_TTL, DEFAULT_WEIGHT, priority, properties, serviceID, serviceName, timeToLive, UNKNOWN_PROTOCOL, weight
 
- 
 - 
Constructor SummaryConstructors Constructor Description JSLPServiceInfo(String aServiceName, org.eclipse.ecf.internal.provider.jslp.ServiceURLAdapter anAdapter, int priority, int weight, org.eclipse.ecf.internal.provider.jslp.ServicePropertiesAdapter aServicePropertiesAdapter)JSLPServiceInfo(IServiceInfo aSI)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.ethz.iks.slp.ServiceURLgetServiceURL()- 
Methods inherited from class org.eclipse.ecf.discovery.ServiceInfogetAdapter, getLocation, getPriority, getServiceID, getServiceName, getServiceProperties, getTTL, getWeight, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.ecf.discovery.IServiceInfogetLocation, getPriority, getServiceID, getServiceName, getServiceProperties, getTTL, getWeight
 
- 
 
- 
- 
- 
Constructor Detail- 
JSLPServiceInfopublic JSLPServiceInfo(IServiceInfo aSI) throws IDCreateException - Throws:
- IDCreateException
 
 - 
JSLPServiceInfopublic JSLPServiceInfo(String aServiceName, org.eclipse.ecf.internal.provider.jslp.ServiceURLAdapter anAdapter, int priority, int weight, org.eclipse.ecf.internal.provider.jslp.ServicePropertiesAdapter aServicePropertiesAdapter) - Parameters:
- aServiceName- service name
- anAdapter- service url adapter
- priority- priority
- weight- weight
- aServicePropertiesAdapter- service properties adapter
- Since:
- 3.0
 
 
- 
 
-