Searched refs:ServiceType (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDefaults.java63 static final ServiceType SUN_DA_SERVICE_TYPE =
64 new ServiceType("service:directory-agent.sun");
68 static final ServiceType SUN_SA_SERVICE_TYPE =
69 new ServiceType("service:service-agent.sun");
73 static final ServiceType DA_SERVICE_TYPE =
74 new ServiceType("service:directory-agent");
78 static final ServiceType SA_SERVICE_TYPE =
79 new ServiceType("service:service-agent");
H A DTemplateRegistry.java85 registerServiceTemplate(ServiceType serviceType,
105 deregisterServiceTemplate(ServiceType serviceType,
127 findTemplateURL(ServiceType serviceType,
H A DLocator.java68 * @return ServiceLocationEnumeration of ServiceType objects for
96 public ServiceLocationEnumeration findServices(ServiceType type,
154 public ServiceLocationEnumeration findAttributes(ServiceType type,
H A DServiceLocationAttributeVerifier.java59 public ServiceType getServiceType();
H A DCSrvTypeMsg.java92 ServiceType type =
93 new ServiceType((String)serviceTypes.elementAt(i));
123 ServiceType.validateTypeComponent(namingAuthority);
129 if (namingAuthority.equals(ServiceType.IANA)) {
H A DServiceURLV1.java52 ServiceType serviceType = this.getServiceType();
H A DSLPV1SSrvTypeMsg.java77 if (namingAuthority.equalsIgnoreCase(ServiceType.IANA)) {
128 ServiceType type = new ServiceType(name);
H A DSSrvReg.java93 ServiceType t = new ServiceType(buf.toString());
H A DSSrvTypeMsg.java81 if (namingAuthority.equalsIgnoreCase(ServiceType.IANA)) {
135 ServiceType.validateTypeComponent(name);
H A DServiceType.java27 // ServiceType.java: Model a service type.
42 * The ServiceType class conceals the complex details of whether a
49 public class ServiceType extends Object implements Serializable { class in inherits:Object,Serializable
65 * @return The ServiceType object.
70 public ServiceType(String t) throws IllegalArgumentException { method in class:ServiceType
208 if (!(o instanceof ServiceType)) {
213 ServiceType type = (ServiceType)o;
H A DSLPTemplateRegistry.java130 public void registerServiceTemplate(ServiceType serviceType,
262 public void deregisterServiceTemplate(ServiceType serviceType,
330 public String findTemplateURL(ServiceType serviceType,
354 ServiceType type = turl.getServiceType();
389 private ServiceURL findVersionedURL(ServiceType serviceType,
425 ServiceType type = new ServiceType(TEMPLATE_SERVICE_TYPE);
H A DSLPV1SAttrMsg.java196 ServiceType type = new ServiceType(serviceType);
205 ServiceType ttype = new ServiceType(stype);
H A DServiceURL.java91 private ServiceType serviceType = null;
92 private ServiceType originalServiceType = null;
146 public ServiceType getServiceType() {
154 * @param type The new ServiceType object.
159 public void setServiceType(ServiceType type) {
327 new ServiceType(typeName.substring(0,
H A DSAttrMsg.java99 ServiceType t = new ServiceType(urlOrServiceType);
H A DCSrvMsg.java114 ServiceType serviceType,
127 ServiceType serviceType,
H A DSSrvMsg.java93 ServiceType t = new ServiceType(serviceType);
H A DSLPV1CDAAdvert.java88 ServiceType serviceType = URL.getServiceType();
H A DCAttrMsg.java110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags)
H A DCSAAdvert.java82 ServiceType serviceType = URL.getServiceType();
H A DCSrvReg.java136 ServiceType serviceType = urlEntry.getServiceType();
H A DServiceStoreFactory.java283 ServiceType utype = url.getServiceType();
292 ServiceType t = new ServiceType(sType);
455 ServiceType type = url.getServiceType();
H A DUARequester.java94 * @return ServiceLocationEnumeration of ServiceType objects for
158 findServices(ServiceType type, Vector scopes, String query)
340 findAttributes(ServiceType type, Vector scopes, Vector attributeIds)
414 ServiceType type,
H A DSSAAdvert.java82 ServiceType serviceType = url.getServiceType();
H A DSLPHeaderV1.java541 if ((idx = serviceType.indexOf("." + ServiceType.IANA)) != -1) {
574 ServiceType st = new ServiceType(type);
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf92 ServiceType.class ServiceURL.class \
141 ServiceLocationException.class ServiceType.class \

Completed in 51 milliseconds

12