|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.ServiceType.Handle
Lookup
as described in
services registration and lookup page.
Handle for a service type. This is a serializable class that should be used to store types and to recreate them after deserialization.
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 |
public ServiceType.Handle(ServiceType ex)
ex
- the service to store a handle forMethod Detail |
public ServiceType getServiceType()
null
in case of problemspublic String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |