|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.gxos.util.InternalNaming
This class provides utility methods for InternalND typed objects. In the GXOS schema, InternalND type objects are commonly used.
$Id: InternalNaming.java,v 1.8 2001/05/29 23:59:53 balsoy Exp $
| Constructor Summary | |
InternalNaming()
Default constructor. |
|
| Method Summary | |
static boolean |
contains(InternalND[] names,
InternalND name)
Checks if a name is in a name list. |
static ExternalND |
copy(ExternalND nameSource,
ExternalND nameDest)
Copies one name to another. |
static InternalND |
copy(InternalND nameSource,
InternalND nameDest)
Copies one name to another. |
static java.lang.String |
getObjectName(java.lang.String name)
Returns an object's name in an GXOS name URL, i.e. |
static java.lang.String |
getParentName(java.lang.String name)
Returns an object's name in an GXOS name URL, i.e. |
static InternalND |
initInternalND(InternalND name,
java.lang.String gxosName)
Method for setting InternetAddress of an InternalND type object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InternalNaming()
| Method Detail |
public static InternalND initInternalND(InternalND name,
java.lang.String gxosName)
name - InternalND type object to be set.gxosName - GNDI name for this InternalND object.InternalNDpublic static java.lang.String getObjectName(java.lang.String name)
name - Object's name in string.public static java.lang.String getParentName(java.lang.String name)
name - Object's name in string.
public static boolean contains(InternalND[] names,
InternalND name)
names - an array of namesname - name to be check if exists in the array
public static InternalND copy(InternalND nameSource,
InternalND nameDest)
nameSource - source namenameDest - destionation name
public static ExternalND copy(ExternalND nameSource,
ExternalND nameDest)
nameSource - source namenameDest - destionation name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||