|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.services.uddi.UDDIServiceEnvironment
public class UDDIServiceEnvironment
ServiceEnvironment implementation to provide access to a
toolbox.uddi.UDDIManager
and related functionality.
Constructor Summary | |
---|---|
UDDIServiceEnvironment()
Default constructor |
Method Summary | |
---|---|
void |
create(java.lang.String name,
java.lang.String config)
Create and set the UDDIManager for this environment. |
void |
destroy()
Destroy this environment by destroying the member UDDIManager. |
java.lang.String |
getName()
Return the name of this environment. |
UDDIManager |
getUDDIManager()
Return the member UDDIManager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDDIServiceEnvironment()
Method Detail |
---|
public void create(java.lang.String name, java.lang.String config) throws ServiceException
UDDIManager
for this environment.
create
in interface ServiceEnvironment
name
- The name of the environment.config
- The location of the environment configuration.
ServiceException
- if the environment cannot be created.public java.lang.String getName()
getName
in interface ServiceEnvironment
public UDDIManager getUDDIManager()
public void destroy() throws ServiceException
destroy
in interface ServiceEnvironment
ServiceException
- if this environment cannot be destroyed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |