org.ow2.cmi.controller.common
Class ImmutableClusteredObjectInfos
java.lang.Object
org.ow2.cmi.controller.common.ImmutableClusteredObjectInfos
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
@Immutable
public class ImmutableClusteredObjectInfos
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- Author:
- Loris Bouzonnet
- See Also:
- Serialized Form
|
Constructor Summary |
ImmutableClusteredObjectInfos(java.lang.String clusterName,
boolean proxyEnabled,
java.lang.String objectName,
java.lang.String itfName,
java.lang.String businessName,
boolean stateful,
java.util.Set<java.lang.String> applicationExceptionNames)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ImmutableClusteredObjectInfos
public ImmutableClusteredObjectInfos(java.lang.String clusterName,
boolean proxyEnabled,
java.lang.String objectName,
java.lang.String itfName,
java.lang.String businessName,
boolean stateful,
java.util.Set<java.lang.String> applicationExceptionNames)
getClusterName
public java.lang.String getClusterName()
- Returns:
- a name of the interface that the object implements
isProxyEnabled
public boolean isProxyEnabled()
- Returns:
- true if a CMI proxy should be used to make invocations
getItfName
public java.lang.String getItfName()
- Returns:
- Name of the interface that the object implements.
getBusinessName
public java.lang.String getBusinessName()
- Returns:
- the businessName
getObjectName
public java.lang.String getObjectName()
- Returns:
- the objectName
isStateful
public boolean isStateful()
- Return true if this object has a state.
- Returns:
- true if this object has a state
getApplicationExceptionNames
public java.util.Set<java.lang.String> getApplicationExceptionNames()
- Returns:
- classnames of the application exceptions
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009 OW2 Consortium. All Rights Reserved.