|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jbi.framework.ComponentNameSpace
public class ComponentNameSpace
Component Name is used internally to identify a Component.
| Field Summary | |
|---|---|
protected String |
containerName
|
protected String |
name
|
| Constructor Summary | |
|---|---|
ComponentNameSpace()
Default Constructor |
|
ComponentNameSpace(String containerName,
String componentName)
Construct a ComponentName |
|
| Method Summary | |
|---|---|
ComponentNameSpace |
copy()
copy this |
boolean |
equals(Object obj)
|
String |
getContainerName()
|
String |
getName()
|
int |
hashCode()
|
void |
readExternal(ObjectInput in)
read from Stream |
void |
setContainerName(String containerName)
|
void |
setName(String componentName)
|
String |
toString()
|
void |
writeExternal(ObjectOutput out)
write out to stream |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String containerName
protected String name
| Constructor Detail |
|---|
public ComponentNameSpace()
public ComponentNameSpace(String containerName,
String componentName)
containerName - componentName - componentId - | Method Detail |
|---|
public String getName()
public void setName(String componentName)
componentName - The componentName to set.public String getContainerName()
public void setContainerName(String containerName)
containerName - The containerName to set.public boolean equals(Object obj)
equals in class Objectobj -
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface Externalizableout -
IOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface Externalizablein -
IOException
ClassNotFoundExceptionpublic ComponentNameSpace copy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||