|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.registry.rmi.JNDIRegistration
public class JNDIRegistration
Field Summary | |
---|---|
static java.lang.String |
INQUIRY_SERVICE
Name of the inquiry service in JNDI |
static Inquiry |
mInquery
Instance of the InqueryService, so we have a running instance we can remotely attach to it later. |
static Publish |
mPublish
Instance of the PublishService, so we have a running instance we can remotely attach to it later. |
static java.lang.String |
PUBLISH_SERVICE
Name of the publish service in JNDI |
Constructor Summary | |
---|---|
JNDIRegistration()
|
Method Summary | |
---|---|
static void |
register()
Registers the Publish and Inquiry Services to JNDI and instantiates a instance of each so we can remotely attach to it later. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static Inquiry mInquery
public static Publish mPublish
public static java.lang.String INQUIRY_SERVICE
public static java.lang.String PUBLISH_SERVICE
Constructor Detail |
---|
public JNDIRegistration()
Method Detail |
---|
public static void register()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |