public class RequiredServiceBinding extends Object
Constructor and Description |
---|
RequiredServiceBinding()
Create a new binding.
|
RequiredServiceBinding(RequiredServiceBinding orig)
Create a new binding.
|
RequiredServiceBinding(String name,
String scope)
Create a new binding.
|
RequiredServiceBinding(String name,
String scope,
boolean dynamic)
Create a new binding.
|
RequiredServiceBinding(String name,
String componentname,
String componenttype,
boolean dynamic,
String scope,
boolean create,
boolean recover,
UnparsedExpression[] interceptors,
String proxytype,
String creationtype,
String creationname)
Create a new binding.
|
Modifier and Type | Method and Description |
---|---|
void |
addInterceptor(UnparsedExpression interceptor)
Add an interceptor.
|
String |
getComponentName()
Get the componentname.
|
String |
getComponentType()
Get the componenttype.
|
String |
getCreationName()
Get the creationname.
|
String |
getCreationType()
Get the creationtype.
|
UnparsedExpression[] |
getInterceptors()
Get the interceptors.
|
String |
getName()
Get the name.
|
String |
getProxytype()
Get the proxytype.
|
String |
getScope()
Get the scope.
|
boolean |
isCreate()
Get the create.
|
boolean |
isDynamic()
Get the dynamic.
|
boolean |
isRecover()
Get the recover.
|
void |
removeInterceptor(UnparsedExpression interceptor)
Remove an interceptor.
|
void |
setComponentName(String componentname)
Set the componentname.
|
void |
setComponentType(String componenttype)
Set the componenttype.
|
void |
setCreate(boolean create)
Set the create.
|
void |
setCreationName(String creationname)
Set the creationname.
|
void |
setCreationType(String creationtype)
Set the creationtype.
|
void |
setDynamic(boolean dynamic)
Set the dynamic.
|
void |
setName(String name)
Set the name.
|
void |
setProxytype(String proxytype)
Set the proxytype.
|
void |
setRecover(boolean recover)
Set the recover.
|
void |
setScope(String scope)
Set the scope.
|
String |
toString()
Get the string representation.
|
public RequiredServiceBinding()
public RequiredServiceBinding(String name, String scope)
public RequiredServiceBinding(String name, String scope, boolean dynamic)
public RequiredServiceBinding(String name, String componentname, String componenttype, boolean dynamic, String scope, boolean create, boolean recover, UnparsedExpression[] interceptors, String proxytype, String creationtype, String creationname)
public RequiredServiceBinding(RequiredServiceBinding orig)
public String getName()
public void setName(String name)
name
- The name to set.public String getComponentName()
public void setComponentName(String componentname)
componentname
- The componentname to set.public String getComponentType()
public void setComponentType(String componenttype)
componenttype
- The componenttype to set.public boolean isDynamic()
public void setDynamic(boolean dynamic)
dynamic
- The dynamic to set.public String getScope()
public void setScope(String scope)
scope
- The scope to set.public boolean isCreate()
public void setCreate(boolean create)
create
- The create to set.public boolean isRecover()
public void setRecover(boolean recover)
recover
- The recover to set.public void addInterceptor(UnparsedExpression interceptor)
interceptor
- The interceptor.public void removeInterceptor(UnparsedExpression interceptor)
interceptor
- The interceptor.public UnparsedExpression[] getInterceptors()
public String getProxytype()
public void setProxytype(String proxytype)
proxytype
- The proxytype to set.public String getCreationName()
public void setCreationName(String creationname)
creationname
- The creationname to set.public String getCreationType()
public void setCreationType(String creationtype)
creationtype
- The creationtype to set.Copyright © 2012. All Rights Reserved.