当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
ServiceType.Handle (NetBeans APIs) - NetBeans API Javadoc 4.1.0
org.openide
Class ServiceType.Handle
java.lang.Object
org.openide.ServiceType.Handle
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ServiceType
- public static final class ServiceType.Handle
- extends Object
- implements Serializable
Handle for a service type. This is a serializable class that should be used
to store types and to recreate them after deserialization.
- See Also:
- Serialized Form
ServiceType.Handle
public ServiceType.Handle(ServiceType ex)
- Create a new handle for an service.
- Parameters:
ex
- the service to store a handle for
getServiceType
public ServiceType getServiceType()
- Find the service for this handle.
- Returns:
- the reconstituted service type, or
null
in case of problems
toString
public String toString()