站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

ServiceType.Handle (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide
Class ServiceType.Handle

java.lang.Object
  extended byorg.openide.ServiceType.Handle
All Implemented Interfaces:
Serializable
Enclosing class:
ServiceType

Deprecated. The prefered way to register and lookup services is now Lookup as described in services registration and lookup page.

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

Constructor Summary
ServiceType.Handle(ServiceType ex)
          Deprecated. Create a new handle for an service.
 
Method Summary
 ServiceType getServiceType()
          Deprecated. Find the service for this handle.
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceType.Handle

public ServiceType.Handle(ServiceType ex)
Deprecated. 
Create a new handle for an service.

Parameters:
ex - the service to store a handle for
Method Detail

getServiceType

public ServiceType getServiceType()
Deprecated. 
Find the service for this handle.

Returns:
the reconstituted service type, or null in case of problems

toString

public String toString()
Deprecated. 

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.