Class WebServiceUnregisterEvent
- java.lang.Object
-
- de.uplanet.lucy.server.webservice.WebServiceUnregisterEvent
-
- All Implemented Interfaces:
IServerEvent,IWebServiceAdministrationEvent,IWebServiceUnregisterEvent,Serializable
@Scriptable public final class WebServiceUnregisterEvent extends Object implements IWebServiceUnregisterEvent, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebServiceUnregisterEvent(String p_strId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRegistryId()
-
-
-
Constructor Detail
-
WebServiceUnregisterEvent
@ConstructorProperties("registryId") public WebServiceUnregisterEvent(String p_strId)
-
-
Method Detail
-
getRegistryId
public String getRegistryId()
- Specified by:
getRegistryIdin interfaceIWebServiceUnregisterEvent
-
-