|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.deployers.CreateDestination
public class CreateDestination
CreateDestination.
Constructor Summary | |
---|---|
CreateDestination()
Create a new CreateDestination. |
|
CreateDestination(CreateDestinationMatcher matcher,
CreateDestinationFactory factory)
Create a new CreateDestination. |
Method Summary | |
---|---|
void |
create()
Validate the parameters |
CreateDestinationFactory |
getFactory()
Get the factory. |
CreateDestinationMatcher |
getMatcher()
Get the matcher. |
void |
setFactory(CreateDestinationFactory factory)
Set the factory. |
void |
setMatcher(CreateDestinationMatcher matcher)
Set the matcher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateDestination()
public CreateDestination(CreateDestinationMatcher matcher, CreateDestinationFactory factory)
matcher
- the matcherfactory
- the factory
IllegalArgumentException
- for a null parameterMethod Detail |
---|
public CreateDestinationMatcher getMatcher()
public void setMatcher(CreateDestinationMatcher matcher)
matcher
- the matcher.public CreateDestinationFactory getFactory()
public void setFactory(CreateDestinationFactory factory)
factory
- the factory.public void create()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |