Package ome.services.blitz.util
Class RegisterServantMessage
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- ome.util.messages.InternalMessage
-
- ome.services.blitz.util.FindServiceFactoryMessage
-
- ome.services.blitz.util.RegisterServantMessage
-
- All Implemented Interfaces:
java.io.Serializable
public class RegisterServantMessage extends FindServiceFactoryMessage
InternalMessageraised when a servant should be registered for clean. This is possibly the result of a redirect performed within a servant or of the creation of another servant from SharedResourcesI.- See Also:
- ticket:2253, Serialized Form
-
-
Field Summary
-
Fields inherited from class ome.services.blitz.util.FindServiceFactoryMessage
curr, id, sf
-
-
Constructor Summary
Constructors Constructor Description RegisterServantMessage(java.lang.Object source, Ice.Object servant, Ice.Current current)RegisterServantMessage(java.lang.Object source, Ice.Object servant, java.lang.String name, Ice.Current current)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ice.ObjectPrxgetProxy()Ice.ObjectgetServant()voidsetServiceFactory(Ice.Identity id, ServiceFactoryI sf)Store the information.-
Methods inherited from class ome.services.blitz.util.FindServiceFactoryMessage
getCurrent, getIdentity, getServiceFactory
-
-
-
-
Method Detail
-
getServant
public Ice.Object getServant()
-
getProxy
public Ice.ObjectPrx getProxy()
-
setServiceFactory
public void setServiceFactory(Ice.Identity id, ServiceFactoryI sf) throws ServerErrorDescription copied from class:FindServiceFactoryMessageStore the information. Subclasses may try to make remote calls.- Overrides:
setServiceFactoryin classFindServiceFactoryMessage- Throws:
ServerError- so that subclasses can make use of remote methods.
-
-