com.bea.wlai.event
Class EventMessageEndpointFactory
java.lang.Object
com.bea.wlai.event.EventMessageEndpointFactory
- All Implemented Interfaces:
- MessageEndpointFactory, Serializable
public class EventMessageEndpointFactory
- extends Object
- implements MessageEndpointFactory, Serializable
Event Message Endpoint factory creates new instance of EventMessageEndpoint
- See Also:
- Serialized Form
EventMessageEndpointFactory
public EventMessageEndpointFactory(String appName,
String appViewName,
int min,
int max)
throws Exception
- Throws:
Exception
destroy
public void destroy()
- For use by the App Server only. This destroys all resources held by this
factory.
createEndpoint
public MessageEndpoint createEndpoint(XAResource xaResource)
throws UnavailableException
- Specified by:
createEndpoint
in interface MessageEndpointFactory
- Throws:
UnavailableException
getApplicationName
public String getApplicationName()
getApplicationViewName
public String getApplicationViewName()
getMaxEndpoints
public int getMaxEndpoints()
getMinEndpoints
public int getMinEndpoints()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
comparePropertyValues
protected boolean comparePropertyValues(Object myProperty,
Object otherProperty)
- Compares two properties for equality.