org.apache.juddi.rmi
Class RMIRegistration

java.lang.Object
  extended by org.apache.juddi.rmi.RMIRegistration

public class RMIRegistration
extends Object

Author:
Kurt Stam (kstam@apache.org)

Field Summary
static String JUDDI
           
static String JUDDI_PUBLISHER_SERVICE
           
static String UDDI_CUSTODY_TRANSFER_SERVICE
           
static String UDDI_INQUIRY_SERVICE
           
static String UDDI_PUBLICATION_SERVICE
           
static String UDDI_SECURITY_SERVICE
           
static String UDDI_SUBSCRIPTION_LISTENER_SERVICE
           
static String UDDI_SUBSCRIPTION_SERVICE
           
 
Method Summary
static RMIRegistration getInstance(int port)
           
 void register(int port)
          Registers the Publish and Inquiry Services to JNDI and instantiates a instance of each so we can remotely attach to it later.
 void unregister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JUDDI

public static String JUDDI

UDDI_SECURITY_SERVICE

public static String UDDI_SECURITY_SERVICE

UDDI_PUBLICATION_SERVICE

public static String UDDI_PUBLICATION_SERVICE

UDDI_INQUIRY_SERVICE

public static String UDDI_INQUIRY_SERVICE

UDDI_SUBSCRIPTION_SERVICE

public static String UDDI_SUBSCRIPTION_SERVICE

UDDI_SUBSCRIPTION_LISTENER_SERVICE

public static String UDDI_SUBSCRIPTION_LISTENER_SERVICE

UDDI_CUSTODY_TRANSFER_SERVICE

public static String UDDI_CUSTODY_TRANSFER_SERVICE

JUDDI_PUBLISHER_SERVICE

public static String JUDDI_PUBLISHER_SERVICE
Method Detail

getInstance

public static RMIRegistration getInstance(int port)
                                   throws NamingException,
                                          RemoteException
Throws:
NamingException
RemoteException

register

public void register(int port)
Registers the Publish and Inquiry Services to JNDI and instantiates a instance of each so we can remotely attach to it later.


unregister

public void unregister()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.