public class NameServiceCleaner
extends java.lang.Object
Property Keyword | Datatype | Default | Description |
---|---|---|---|
ORBInitRef | String | NameService=corbaloc::1.2\@localhost:900/NameService | The ORBInitRef. If this property is given, the others are ignored. |
NameServiceName | String | NameService | The name of the requested CORBA Name Service. |
NameServicePort | int | 900 | The port number of the requested CORBA Name Service. |
NameServiceHost | String | localhost | The host name of the requested CORBA Name Service. |
CORBAProtocol | String | "" | The CORBA protocol in the corbaloc (CORBA locator) to find the name service. The default of CORBA is iiop, which is identical with an empty string "". For IIOP over SSL the protocol must be ssliop. This value is an application property. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CORBAPROTOCOL |
static java.lang.String |
DEFAULT_HOSTNAME |
static java.lang.String |
DEFAULT_NAMESERVICENAME |
static java.lang.String |
DEFAULT_NAMESERVICEPORT |
protected static int |
level |
static java.lang.String |
version |
Constructor and Description |
---|
NameServiceCleaner() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
describe(org.omg.CORBA.SystemException e) |
protected static java.lang.String |
describe(org.omg.CORBA.SystemException e,
java.lang.String[] args,
java.util.Properties props) |
static java.lang.String[] |
getOrbArguments(java.util.Properties props) |
java.lang.String |
getVersion() |
protected static void |
log(java.io.PrintStream out,
java.lang.String message) |
protected static void |
log(java.io.PrintStream out,
java.lang.Throwable t,
java.lang.String message) |
static void |
main(java.lang.String[] args)
Main module of this application.
|
protected static void |
printName(org.omg.CosNaming.Binding b) |
protected static java.lang.String |
toString(java.lang.String[] args,
java.util.Properties props) |
protected static boolean |
unbind(org.omg.CosNaming.NamingContextExt nsContext,
org.omg.CosNaming.Binding binding) |
public static final java.lang.String version
protected static int level
public static final java.lang.String DEFAULT_NAMESERVICENAME
public static final java.lang.String DEFAULT_NAMESERVICEPORT
public static final java.lang.String DEFAULT_CORBAPROTOCOL
public static final java.lang.String DEFAULT_HOSTNAME
public java.lang.String getVersion()
protected static java.lang.String toString(java.lang.String[] args, java.util.Properties props)
protected static void log(java.io.PrintStream out, java.lang.String message)
protected static void log(java.io.PrintStream out, java.lang.Throwable t, java.lang.String message)
protected static java.lang.String describe(org.omg.CORBA.SystemException e)
protected static java.lang.String describe(org.omg.CORBA.SystemException e, java.lang.String[] args, java.util.Properties props)
public static java.lang.String[] getOrbArguments(java.util.Properties props)
protected static void printName(org.omg.CosNaming.Binding b)
protected static boolean unbind(org.omg.CosNaming.NamingContextExt nsContext, org.omg.CosNaming.Binding binding)
public static void main(java.lang.String[] args)