public class ProvidedServiceInfo extends Object
Constructor and Description |
---|
ProvidedServiceInfo()
Create a new service info.
|
ProvidedServiceInfo(String name,
Class type,
ProvidedServiceImplementation implementation,
PublishInfo publish)
Create a new service info.
|
Modifier and Type | Method and Description |
---|---|
ProvidedServiceImplementation |
getImplementation()
Get the implementation.
|
String |
getName()
Get the name.
|
PublishInfo |
getPublish()
Get the publish.
|
ClassInfo |
getType()
Get the type.
|
void |
setImplementation(ProvidedServiceImplementation implementation)
Set the implementation.
|
void |
setName(String name)
Set the name.
|
void |
setPublish(PublishInfo publish)
Set the publish.
|
void |
setType(ClassInfo type)
Set the type.
|
String |
toString()
Get the string representation.
|
public ProvidedServiceInfo()
public ProvidedServiceInfo(String name, Class type, ProvidedServiceImplementation implementation, PublishInfo publish)
public String getName()
public void setName(String name)
name
- The name to set.public ClassInfo getType()
public void setType(ClassInfo type)
type
- The type to set.public ProvidedServiceImplementation getImplementation()
public void setImplementation(ProvidedServiceImplementation implementation)
implementation
- The implementation to set.public PublishInfo getPublish()
public void setPublish(PublishInfo publish)
publish
- The publish to set.Copyright © 2012. All Rights Reserved.