Searched defs:ServiceType (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
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;

Completed in 57 milliseconds